-
Notifications
You must be signed in to change notification settings - Fork 30
Yadav1 #51
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
Yadav1 #51
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- fix bug in synchronized()
- fix bug in new int[]{'a',1,2,3}
just implemented as to/isUpperCase
<E> vs <T> in Singleton
<E> vs <T> in Singleton
#j2s configuration file #uncomment j2s.* lines to process #enable the Java2Script transpiler #j2s.compiler.status=enable #output file name for logging methods declared - delete the file to regenerate a listing #j2s.log.methods.declared=methodsDeclared.csv #output file name for logging methods called - delete the file to regenerate a listing #j2s.log.methods.called=methodsCalled.csv #if set, every instance of methods called will be logged #otherwise, only the first call to a method will be logged #output will be comma-separated: called method,caller class #j2s.log.all.calls=true #a semicolon-separated list of package-level file paths to be excluded #j2s.excluded.paths=test;testng #destination directory for all JavaScript j2s.site.directory=site
LineMetrics are not high precision and not tested. ToolTip issue was that clientProperties was defined both in JSComponent and JComponent
fix for Array.clone not copying array in the case of objects
fix for Array.clone not copying array in the case of objects
JSDesktopPaneUI.js
.clone // BH 6/29/2018 9:48:13 AM fixes key info for mouse move // BH 6/29/2018 10:13:51 AM array.equals$O, fixes array.clone // BH 6/28/2018 7:34:58 AM fix for array.clone not copying array in the case of objects
fixes drag-drop for first call in Firefox/win fixes java.lang.reflect.Constructor for Integer
// BH 7/2/2018 12:50:55 PM Character.prototype.objectValue() and Character.prototype.intValue(), for enhanced FOR in transpiler
NO_SUCH_PAGE is delivered by printable.print(...)
FINAL keyword no longer necessary
adds dnd DropTargetAdapter preliminary work on editable combobox
row sorting, JDesktopIconUI
row sorting, JDesktopIconUI
BobHanson
added a commit
that referenced
this pull request
Aug 15, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.