JAL-4014 release notes for JAL-4023 and JAL-4024
[jalview.git] / swingjs / ver / pre-long / README-pre-long.txt
1 This directory holds 3.2.9 transpiler and runtime tagged previous 
2 to the transpiler fix for boxed number direct manipulation:
3
4 Long L = Long.valueOf(3);
5 L++;
6 L /= 2;
7 L += 10;
8 L = L / 5;
9
10 etc. 
11
12 These assignments are not made properly and fail. 
13
14 In addition, this runtime does not handle Long properly and also had an issue with Short.equals(Object)
15
16 just saving this and will probably delete it. 
17