Skip to content

Commit 233c955

Browse files
authored
Merge pull request #130 from BobHanson/hanson1
java.util.stream fixes, primarily
2 parents 45ae224 + d33d07d commit 233c955

File tree

23 files changed

+823
-747
lines changed

23 files changed

+823
-747
lines changed

sources/net.sf.j2s.core/dist/README.txt

Lines changed: 420 additions & 578 deletions
Large diffs are not rendered by default.
-3.58 KB
Binary file not shown.
347 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20191120224140
1+
20191122095542
-3.58 KB
Binary file not shown.
347 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20191120224140
1+
20191122095542

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ 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.5-v0";
28+
public static String VERSION = "3.2.5-v1";
2929
// BH 2019.11.12 -- 3.2.5-v0 fix for string literals with \n \nn \nnn octals, but "use strict" does not allow for this.
3030
// BH 2019.11.13 -- 3.2.5-v0 fixes static initialization timing. See note in Java2ScriptVisitor
3131
// BH 2019.10.30 -- 3.2.4.09 fixes problem with team...show history...compare having null project.getProject().getLocation()

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

Lines changed: 152 additions & 58 deletions
Large diffs are not rendered by default.
-3.58 KB
Binary file not shown.

0 commit comments

Comments
 (0)