Skip to content

Commit 471297e

Browse files
hansonrhansonr
authored andcommitted
SwingJS-site and transpiler fixes
1 parent 194152c commit 471297e

File tree

8 files changed

+5
-2
lines changed

8 files changed

+5
-2
lines changed
17.2 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20201214144049
1+
20201214212409
17.2 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20201214144049
1+
20201214212409

sources/net.sf.j2s.core/src/net/sf/j2s/core/CorePlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public class CorePlugin extends Plugin {
3030
// if you change the x.x.x number, be sure to also indicate that in
3131
// j2sApplet.js and also (Bob only) update.bat, update-clean.bat
3232

33+
// BH 2020.12.14 -- 3.2.9-v1s fix for Boolean |= boolean and related boxing
3334
// BH 2020.12.06 -- 3.2.9-v1r fix for (long) double using |0
3435
// BH 2020.11.20 -- 3.2.9-v1q fix for new ImmutableCollections.ListN<>(E...) should use Object[]
3536
// BH 2020.08.03 -- 3.2.9-v1p fix for boxing boolean should be Boolean.valueOf$, not new Boolean

sources/net.sf.j2s.core/src/net/sf/j2s/core/Java2ScriptVisitor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135

136136
// TODO: superclass inheritance for JAXB XmlAccessorType
137137

138+
//BH 2020.12.14 -- 3.2.9-v1s fix for Boolean |= boolean and related boxing
138139
//BH 2020.12.06 -- 3.2.9-v1r fix for (long) double using |0
139140
//BH 2020.11.20 -- 3.2.9-v1q fix for new ImmutableCollections.ListN<>(E...) should use Object[]
140141
//BH 2020.08.03 -- 3.2.9-v1p fix for boxing boolean should be Boolean.valueOf$, not new Boolean
90 Bytes
Binary file not shown.

sources/net.sf.j2s.java.core/srcjs/swingjs2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13451,6 +13451,7 @@ if (ev.keyCode == 9 && ev.target["data-focuscomponent"]) {
1345113451
base[base.length - 1] = codePath;
1345213452
codePath = base.join("/");
1345313453
}
13454+
applet._j2sFullPath = codePath.substring(0, codePath.length);
1345413455
if (applet.__Info.code)
1345513456
codePath += applet.__Info.code.replace(/\./g, "/");
1345613457
codePath = codePath.substring(0,

0 commit comments

Comments
 (0)