Skip to content

Commit 1b5f6c2

Browse files
committed
java2script/SwingJS 3.2.8-v2
transpiler fixes //BH 2020.02.18 -- 3.2.8-v2 fixes no-argument call to varargs constructor //BH 2020.02.18 -- 3.2.8-v2 fixes import static missing $I$ defs j2sClazz,j2sApplet // BH 2020.02.18 2.3.8-v2 upgrades String, Integer, ClassLoader, Package, various Exceptions
1 parent c67c98c commit 1b5f6c2

File tree

18 files changed

+562
-372
lines changed

18 files changed

+562
-372
lines changed
1.17 MB
Binary file not shown.

sources/net.sf.j2s.core/dist/swingjs/_j2sclasslist.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,12 @@ sun/font/FontDesignMetrics.js
332332
sun/swing/DefaultLookup.js
333333
sun/swing/SwingLazyValue.js
334334
sun/text/resources/FormatData.js
335-
sun/text/resources/FormatData_en.js
335+
sun/text/resources/en/FormatData_en.js
336336
sun/util/resources/LocaleData.js
337+
sun/util/locale/BaseLocale.js
338+
sun/util/locale/LocaleUtils.js
339+
sun/util/locale/provider/LocaleProviderAdapter.js
340+
sun/util/locale/provider/LocaleDataMetaInfo.js
337341
swingjs/a2s/A2SContainer.js
338342
swingjs/a2s/A2SEvent.js
339343
swingjs/a2s/A2SListener.js
-27 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200210082355
1+
20200219120220
1.17 MB
Binary file not shown.

sources/net.sf.j2s.core/dist/swingjs/ver/3.2.8/_j2sclasslist.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,12 @@ sun/font/FontDesignMetrics.js
332332
sun/swing/DefaultLookup.js
333333
sun/swing/SwingLazyValue.js
334334
sun/text/resources/FormatData.js
335-
sun/text/resources/FormatData_en.js
335+
sun/text/resources/en/FormatData_en.js
336336
sun/util/resources/LocaleData.js
337+
sun/util/locale/BaseLocale.js
338+
sun/util/locale/LocaleUtils.js
339+
sun/util/locale/provider/LocaleProviderAdapter.js
340+
sun/util/locale/provider/LocaleDataMetaInfo.js
337341
swingjs/a2s/A2SContainer.js
338342
swingjs/a2s/A2SEvent.js
339343
swingjs/a2s/A2SListener.js
-27 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200210082355
1+
20200219120220

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ public class CorePlugin extends Plugin {
2525
* "net.sf.j2s.core.jar" not "net.sf.j2s.core.3.2.5"
2626
*
2727
*/
28-
public static String VERSION = "3.2.8-v1";
28+
public static String VERSION = "3.2.8-v2";
2929

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
32+
33+
// BH 2020.02.18 -- 3.2.8-v2 fixes import static missing $I$ defs.
3234
// BH 2020.02.05 -- 3.2.8-v1 reworking of functional interfaces; no longer unqualified
3335
// BH 2020.01.31 -- 3.2.7-v5 'L' used instead of 'J' in $fields$
3436
// BH 2020.01.31 -- 3.2.7-v5 java.lang.reflect.* should not be truncated to reflect.* in parameters

0 commit comments

Comments
 (0)