Skip to content

Commit bdd8271

Browse files
hansonrhansonr
authored andcommitted
j2sClazz.js fixes
// BH 8/20/2018 3.2.2.04 adds character.isJavaIdentifierPart$C and several Character...$I equivalents // BH 8/19/2018 3.2.2.04 fixes Enum .name being .$name // BH 8/16/2018 3.2.2.04 fixes Character.toTitleCase$C, [Integer,Long,Short,Byte].toString(i,radix)
1 parent 601516d commit bdd8271

File tree

6 files changed

+4
-15
lines changed

6 files changed

+4
-15
lines changed
4 MB
Binary file not shown.
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
<<<<<<< HEAD
2-
20180820100423
3-
=======
4-
20180819230621
5-
>>>>>>> branch 'yadav1' of https://github.com/BobHanson/java2script.git
1+
20180820101854
Binary file not shown.
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
<<<<<<< HEAD
2-
20180820100423
3-
=======
4-
20180819230621
5-
>>>>>>> branch 'yadav1' of https://github.com/BobHanson/java2script.git
1+
20180820101854
4 MB
Binary file not shown.

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13462,11 +13462,8 @@ if (!J2S._version)
1346213462
// TODO: CharacterSequence does not implement Java 8 default methods chars() or codePoints()
1346313463
// It is possible that these might be loaded dynamically.
1346413464

13465-
<<<<<<< HEAD
13466-
// BH 8/20/2017 3.2.2.04 adds character.isJavaIdentifierPart$C
13467-
=======
13468-
>>>>>>> branch 'yadav1' of https://github.com/BobHanson/java2script.git
13469-
// BH 8/19/2017 3.2.2.04 fixes Enum .name being .$name
13465+
// BH 8/20/2018 3.2.2.04 adds character.isJavaIdentifierPart$C and several Character...$I equivalents
13466+
// BH 8/19/2018 3.2.2.04 fixes Enum .name being .$name
1347013467
// BH 8/16/2018 3.2.2.04 fixes Character.toTitleCase$C, [Integer,Long,Short,Byte].toString(i,radix)
1347113468
// BH 8/13/2018 3.2.2.04 $finals to $finals$ -- basically variables are $xxx, methods are xxx$, and special values are $xxx$
1347213469
// BH 8/12/2018 3.2.2 adding J2S.onClazzLoaded hook for Clazz loaded

0 commit comments

Comments
 (0)