Thanks to visit codestin.com
Credit goes to github.com

Skip to content

3.2.9.v1e #169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 28 commits into from
Mar 21, 2020
Merged

3.2.9.v1e #169

merged 28 commits into from
Mar 21, 2020

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