new SwingJS-site.zip and net.sf.j2s.core.jar
authorhansonr <hansonr@stolaf.edu>
Mon, 25 Jun 2018 10:07:38 +0000 (11:07 +0100)
committerhansonr <hansonr@stolaf.edu>
Mon, 25 Jun 2018 10:07:38 +0000 (11:07 +0100)
fixes synchronized()
fixes new int[] {'a'}

swingjs/README.txt
swingjs/SwingJS-site.zip
swingjs/net.sf.j2s.core.jar

index e16c383..ae9a580 100644 (file)
@@ -6,7 +6,7 @@ for full list of changes
 
 recent changes in June 2018:
 
-// BH 6/24/2018 -- synchronized(a = new Object()) {...} ---> ...; only if an assignment or not a simple function call to Object.getTreeLock()
+// BH 6/25/2018 -- synchronized(a = new Object()) {...} ---> ...; only if an assignment or not a simple function call to Object.getTreeLock()
 // BH 6/23/2018 -- synchronized(a = new Object()) {...} ---> if(!(a = new Object()) {throw new NullPointerException()}else{...}
 // BH 6/21/2018 -- CharSequence.subSequence() should be defined both subSequence$I$I and subSequence
 // BH 6/20/2018 -- fixes for (int var : new int[] {3,4,5}) becoming for var var
index ba9ad4d..ca5f4a8 100644 (file)
Binary files a/swingjs/SwingJS-site.zip and b/swingjs/SwingJS-site.zip differ
index 2f523b3..6a52b64 100644 (file)
Binary files a/swingjs/net.sf.j2s.core.jar and b/swingjs/net.sf.j2s.core.jar differ