Skip to content

Conversation

@BobHanson
Copy link
Collaborator

No description provided.

BobHanson added 30 commits June 25, 2018 11:04
- fix bug in synchronized()
- fix bug in new int[]{'a',1,2,3}
just implemented as to/isUpperCase
#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
.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
BobHanson and others added 23 commits July 2, 2018 10:11
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 BobHanson merged commit 45d44e6 into java2script:master Jul 6, 2018
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant