JAL-3068 LineartOptions for EPS/HTML/SVG, new preferences, i18n
[jalview.git] / swingjs / README.txt
1 see 
2
3 https://github.com/BobHanson/java2script/blob/master/sources/net.sf.j2s.core/src/net/sf/j2s/core/astvisitors/Java2ScriptVisitor.java
4
5 for full list of changes
6
7 recent changes in June 2018:
8
9 // BH 6/25/2018 -- synchronized(a = new Object()) {...} ---> ...; only if an assignment or not a simple function call to Object.getTreeLock()
10 // BH 6/23/2018 -- synchronized(a = new Object()) {...} ---> if(!(a = new Object()) {throw new NullPointerException()}else{...}
11 // BH 6/21/2018 -- CharSequence.subSequence() should be defined both subSequence$I$I and subSequence
12 // BH 6/20/2018 -- fixes for (int var : new int[] {3,4,5}) becoming for var var
13 // BH 6/19/2018 -- adds .j2s j2s.class.replacements=org.apache.log4j.->jalview.javascript.log4j.;