From: hansonr Date: Mon, 25 Jun 2018 10:07:38 +0000 (+0100) Subject: new SwingJS-site.zip and net.sf.j2s.core.jar X-Git-Tag: Release_2_11_4_0~45^2~18^2~646 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=a2385e4eb979d9b603c4c35453d63ed192fd7bc6;p=jalview.git new SwingJS-site.zip and net.sf.j2s.core.jar fixes synchronized() fixes new int[] {'a'} --- diff --git a/swingjs/README.txt b/swingjs/README.txt index e16c383..ae9a580 100644 --- a/swingjs/README.txt +++ b/swingjs/README.txt @@ -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 diff --git a/swingjs/SwingJS-site.zip b/swingjs/SwingJS-site.zip index ba9ad4d..ca5f4a8 100644 Binary files a/swingjs/SwingJS-site.zip and b/swingjs/SwingJS-site.zip differ diff --git a/swingjs/net.sf.j2s.core.jar b/swingjs/net.sf.j2s.core.jar index 2f523b3..6a52b64 100644 Binary files a/swingjs/net.sf.j2s.core.jar and b/swingjs/net.sf.j2s.core.jar differ