From: BobHanson Date: Thu, 19 Mar 2020 13:15:46 +0000 (-0500) Subject: SwingJS runtime update 3.2.9-v1b X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=d7e1a6002a8d491a14592a763828b4f8af7d720d SwingJS runtime update 3.2.9-v1b - mostly fixes from recent SwingJS work involving -- expanded FileSystem and temp file management -- super-fast HashMap (faster than Java!), HashTable, StringBuilder, StringBuffer, NumberFormat, DecimalFormat -- improved ResourceBundle -- full Locale information -- additional BufferedImage/ColorModel/Raster support - fixes temp files not cached (JSTempFile, for Jmol) - fixes AbstractStringBuilder.replace() typo - reverts recent HashSet acceleration due to Jalview using String.hashCode() for display order of features --- diff --git a/_j2sclasslist.txt b/_j2sclasslist.txt index 425e51f..0f9253e 100644 --- a/_j2sclasslist.txt +++ b/_j2sclasslist.txt @@ -90,8 +90,6 @@ jalview/datamodel/features/FeatureMatcherI.js jalview/datamodel/features/FeatureMatcherSet.js jalview/datamodel/features/FeatureMatcherSetI.js jalview/datamodel/features/FeatureStore.js -jalview/datamodel/features/FeatureStoreI.js -jalview/datamodel/features/FeatureStoreJS.js jalview/datamodel/features/SequenceFeatures.js jalview/datamodel/features/SequenceFeaturesI.js diff --git a/build-libjs.xml b/build-libjs.xml index 3fb3cd3..c632310 100644 --- a/build-libjs.xml +++ b/build-libjs.xml @@ -1,9 +1,28 @@