Skip to content

Commit 1e4465d

Browse files
committed
3.2.6-v1 files
1 parent f075dbe commit 1e4465d

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed
-9 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200101112831
1+
20200101114436
-9 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200101112831
1+
20200101114436

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ 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.6-v0";
28+
public static String VERSION = "3.2.6-v1";
29+
// BH 2020.01.01 -- 3.2.6-v1 fixes for generic varargs with only one parameter
2930
// BH 2019.12.19 -- 3.2.6-v0 adds C$.$fields$
3031
// BH 2019.12.15 -- 3.2.5-v4 fix for local class within anonymous class not getting name
3132
// BH 2019.12.12 -- 3.2.5-v3 fix for enums == null in annotations

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@
157157
//
158158
// todo: j2sdoc in static field showing up in default static block only, not in initializer block.
159159

160+
// BH 2020.01.01 3.2.6-v1 fixes for generic varargs with only one parameter
161+
160162
// BH 2019.12.19 3.2.6-v0 C$.$clinit$=2 adds C$.$fields$, Clazz._getFields
161163

162164
// BH 2019.11.20 3.2.5-v1 fix and refactoring for FINAL $finals$ fix throughout java.util.stream

0 commit comments

Comments
 (0)