JAL-3789 New swingjs for Java2Script 3.2.10 with j2s.config.altfileproperty
[jalview.git] / swingjs / ver / pre-long / README-pre-long.txt
diff --git a/swingjs/ver/pre-long/README-pre-long.txt b/swingjs/ver/pre-long/README-pre-long.txt
new file mode 100644 (file)
index 0000000..e0c6163
--- /dev/null
@@ -0,0 +1,17 @@
+This directory holds 3.2.9 transpiler and runtime tagged previous 
+to the transpiler fix for boxed number direct manipulation:
+
+Long L = Long.valueOf(3);
+L++;
+L /= 2;
+L += 10;
+L = L / 5;
+
+etc. 
+
+These assignments are not made properly and fail. 
+
+In addition, this runtime does not handle Long properly and also had an issue with Short.equals(Object)
+
+just saving this and will probably delete it. 
+