SwingJS transpiler to 3.2.5.v1 (fixed java.util.stream)
authorBobHanson <hansonr@stolaf.edu>
Wed, 27 Nov 2019 05:46:46 +0000 (23:46 -0600)
committerBobHanson <hansonr@stolaf.edu>
Wed, 27 Nov 2019 05:46:46 +0000 (23:46 -0600)
commit82bb8b489341891b28f178aff577b7958860b876
treef19fea5eb9a09c8d8afbc9a970d773feb49577ea
parentd93a1300c7772786347e66237fc3c8c91c8ed05a
SwingJS transpiler to 3.2.5.v1 (fixed java.util.stream)

- required transpiler fixes and redesign of final variables for stream
objects
- required redesign of $init$ and $static$ to exactly reproduce the full
class loading sequence of (1) method definition with default static
values, (2) superclass-sequenced initialization of static fields (3)
superclass-sequenced initialization of static fields, (4)
superclass-sequenced constructor initialization, in that order, able to
handle any complex situation
-includes fixes for JLabelUI HTML label wrapping issues
21 files changed:
swingjs/SwingJS-site.zip
swingjs/_j2sclasslist.txt
swingjs/net.sf.j2s.core.jar
swingjs/timestamp
swingjs/ver/3.1.1/SwingJS-site.zip [deleted file]
swingjs/ver/3.1.1/net.sf.j2s.core.3.1.1.jar [deleted file]
swingjs/ver/3.2.1/SwingJS-site.zip [deleted file]
swingjs/ver/3.2.1/net.sf.j2s.core_3.2.1.jar [deleted file]
swingjs/ver/3.2.2/SwingJS-site.zip [deleted file]
swingjs/ver/3.2.2/net.sf.j2s.core.jar [deleted file]
swingjs/ver/3.2.2/timestamp [deleted file]
swingjs/ver/3.2.3/SwingJS-site.zip [deleted file]
swingjs/ver/3.2.3/net.sf.j2s.core.jar [deleted file]
swingjs/ver/3.2.3/timestamp [deleted file]
swingjs/ver/3.2.4/SwingJS-site.zip
swingjs/ver/3.2.4/timestamp
swingjs/ver/3.2.5/DEV_NOTES.txt [new file with mode: 0644]
swingjs/ver/3.2.5/SwingJS-site.zip [new file with mode: 0644]
swingjs/ver/3.2.5/_j2sclasslist.txt [new file with mode: 0644]
swingjs/ver/3.2.5/net.sf.j2s.core.jar [new file with mode: 0644]
swingjs/ver/3.2.5/timestamp [new file with mode: 0644]