Skip to content

Conversation

@BobHanson
Copy link
Collaborator

No description provided.

unbound annotations should not be seen. This is a message to System.out,
primarily.
Java11 support; other fixes
- default is to use JavaScript Map for String keys.

- reverts to Java hash table use for the
 XX(initialCapacity, limitingFactor)
constructor specifically.

- j2sClazz returns standard JavaScript string for all Java new String(x)
except when x is "..." or new String() itself.
- streamlines static calls that need to initialize a class after
executing parameters.

- better handling of === and new String()
	// BH 2020.03.21 -- 3.2.9-v1e better v1c
	// BH 2020.03.20 -- 3.2.9-v1d proper check for new String("x") == "x"
(should be false), but new integer(3) == 3 (true)
	// BH 2020.03.20 -- 3.2.9-v1c more efficient static call from 3.2.9-v1a
HashMap options allow switching off JavaScript Map in HashMap/Hashtable
@BobHanson BobHanson merged commit ff7f089 into java2script:master Mar 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant