Skip to content

Commit ef75808

Browse files
authored
Merge pull request #163 from BobHanson/hanson1
temp files primarily; various fixes
2 parents 9b720bd + ea44a96 commit ef75808

File tree

111 files changed

+7927
-11894
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+7927
-11894
lines changed

sources/net.sf.j2s.core/.classpath

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
4+
<attributes>
5+
<attribute name="module" value="true"/>
6+
</attributes>
7+
</classpathentry>
48
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
59
<classpathentry kind="src" path="src"/>
610
<classpathentry kind="output" path="bin"/>
-258 KB
Binary file not shown.
-4 Bytes
Binary file not shown.
18 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200404075511
1+
20200415174852
-258 KB
Binary file not shown.
Binary file not shown.
18 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200404075511
1+
20200415174852

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ public class CorePlugin extends Plugin {
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
3232

33+
// BH 2020.04.15 -- 3.2.9-v1g fix for qualified super() in inner classes using Class.super_ call (Tracker)
34+
// BH 2020.04.05 -- 3.2.9-v1f (Boolean ? ...) not unboxed
3335
// BH 2020.03.21 -- 3.2.9-v1e better v1c
3436
// BH 2020.03.20 -- 3.2.9-v1d proper check for new String("x") == "x" (should be false), but new integer(3) == 3 (true)
3537
// BH 2020.03.20 -- 3.2.9-v1c more efficient static call from 3.2.9-v1a

0 commit comments

Comments
 (0)