Commit fa071e8
various java, j2sClazz.js, j2sApplet, and transpiler fixes
viewerOptions adds "fullName"
return (short)++ not working
String.toCharArr() must return Clazz array, not just [].
Clazz.setTVer was Clazz.setVer in coretop/bottom
adds javax.swing.text.DefaultStyledDocument. Untested.
enum must set name and ordinal in $init$, not after constructor runs
// 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 fa071e8
File tree
17 files changed
+2866
-102
lines changed- sources
- net.sf.j2s.core
- dist/swingjs
- ver/3.2.2
- src/net/sf/j2s/core
- net.sf.j2s.java.core
- dist
- srcjs
- js
- core
- src
- javax/swing/text
- java/awt
- test
17 files changed
+2866
-102
lines changedBinary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
135 | 137 | | |
136 | 138 | | |
137 | 139 | | |
| |||
2795 | 2797 | | |
2796 | 2798 | | |
2797 | 2799 | | |
2798 | | - | |
2799 | | - | |
2800 | 2800 | | |
2801 | 2801 | | |
2802 | 2802 | | |
| |||
3513 | 3513 | | |
3514 | 3514 | | |
3515 | 3515 | | |
3516 | | - | |
| 3516 | + | |
3517 | 3517 | | |
3518 | 3518 | | |
3519 | 3519 | | |
| |||
3555 | 3555 | | |
3556 | 3556 | | |
3557 | 3557 | | |
3558 | | - | |
3559 | | - | |
| 3558 | + | |
| 3559 | + | |
| 3560 | + | |
3560 | 3561 | | |
3561 | 3562 | | |
3562 | 3563 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
670 | 670 | | |
671 | 671 | | |
672 | 672 | | |
| 673 | + | |
673 | 674 | | |
674 | 675 | | |
675 | 676 | | |
| |||
0 commit comments