jalview.git
3 years agoJAL-3633 Small changes to allow future fitting with ApplicationSingletonI/Jalview...
Ben Soares [Wed, 29 Jul 2020 18:48:02 +0000 (19:48 +0100)]
JAL-3633 Small changes to allow future fitting with ApplicationSingletonI/Jalview-JS, Most NPE fixes for tests

3 years agoJAL-3275 JAL-3633: JAL-3275 Turned Preferences into a Singleton that checks renews...
Ben Soares [Wed, 29 Jul 2020 11:44:24 +0000 (12:44 +0100)]
JAL-3275 JAL-3633: JAL-3275 Turned Preferences into a Singleton that checks renews if it's been closed.  Removed some debugging for JAL-3633. Added focus/highlight to proxy password box when needed. Forced WS lookup wheb proxy settings changed.

3 years agoJAL-3633 Set proxy preferences before web calls in jalview.bin.Jalview. Fixed call...
Ben Soares [Mon, 27 Jul 2020 19:31:16 +0000 (20:31 +0100)]
JAL-3633 Set proxy preferences before web calls in jalview.bin.Jalview. Fixed call to open Preferences->Connections with message when required.

3 years agoJAL-3633 Memory only proxy auth password storage. Open Preferences->Connection tab...
Ben Soares [Sat, 25 Jul 2020 23:41:42 +0000 (00:41 +0100)]
JAL-3633 Memory only proxy auth password storage. Open Preferences->Connection tab when proxy password needed

3 years agoJAL-3633 Added Proxy Authentication credentials in Preferences and set via java.net...
Ben Soares [Wed, 22 Jul 2020 18:40:59 +0000 (19:40 +0100)]
JAL-3633 Added Proxy Authentication credentials in Preferences and set via java.net.Authenticator

3 years agoJAL-3633 Added Preferences for Proxy Authentication. No jalview_properties yet
Ben Soares [Tue, 21 Jul 2020 19:47:18 +0000 (20:47 +0100)]
JAL-3633 Added Preferences for Proxy Authentication. No jalview_properties yet

3 years agoJAL-3633 label.proxy_server -> label.proxy_servers
Ben Soares [Tue, 21 Jul 2020 11:41:31 +0000 (12:41 +0100)]
JAL-3633 label.proxy_server -> label.proxy_servers

3 years agoJAL-3633 Remember system set proxy properties. Add options in Preferences for No...
Ben Soares [Sun, 12 Jul 2020 23:31:13 +0000 (00:31 +0100)]
JAL-3633 Remember system set proxy properties. Add options in Preferences for No proxy, system proxy, or custom proxy servers.

3 years agoJAL-3633 pass getdown proxy settings in proxy.txt on to Jalview
Ben Soares [Thu, 9 Jul 2020 14:57:19 +0000 (15:57 +0100)]
JAL-3633 pass getdown proxy settings in proxy.txt on to Jalview

3 years agoJAL-3633 ensure check both http:// or https:// for urls
Ben Soares [Wed, 8 Jul 2020 16:01:32 +0000 (17:01 +0100)]
JAL-3633 ensure check both  or https:// for urls

3 years agoJAL-3628 Error when saving alert box has been moved in develop for JS, adding Platfor...
Ben Soares [Thu, 12 Nov 2020 14:27:51 +0000 (14:27 +0000)]
JAL-3628 Error when saving alert box has been moved in develop for JS, adding Platform.isHeadless test to new isSaveAlignmentSuccessful method.

3 years agoJAL-3676 More explicit tooltip about resetting log level on Console close. Also clari...
Ben Soares [Fri, 14 Aug 2020 12:01:06 +0000 (13:01 +0100)]
JAL-3676 More explicit tooltip about resetting log level on Console close. Also clarified code to set initial log level and re-set on close to previously set level.

3 years agoJAL-3676 Removed BACKUPFILESPRESETENTRY logging for opening the file browser. Changed...
Ben Soares [Wed, 12 Aug 2020 12:48:57 +0000 (13:48 +0100)]
JAL-3676 Removed BACKUPFILESPRESETENTRY logging for opening the file browser. Changed most BACKUPFILES logging from DEBUG to TRACE level. Minor wording changes.

3 years agoJAL-3628 Fixed oddly worded and non-formatted error popups when saving fails
Ben Soares [Tue, 7 Jul 2020 00:30:23 +0000 (01:30 +0100)]
JAL-3628 Fixed oddly worded and non-formatted error popups when saving fails

3 years agoJAL-3676 improvement for visual selection of console text - fg color change if required
Ben Soares [Mon, 6 Jul 2020 14:54:52 +0000 (15:54 +0100)]
JAL-3676 improvement for visual selection of console text - fg color change if required

3 years agoJAL-3676 code review -- added non-listed Level into dropdown list
Ben Soares [Thu, 2 Jul 2020 14:36:41 +0000 (15:36 +0100)]
JAL-3676 code review -- added non-listed Level into dropdown list

3 years agoJAL-3676 Added Log Level ComboBox and Copy to Clipboard button in Java Console
Ben Soares [Tue, 30 Jun 2020 15:04:00 +0000 (16:04 +0100)]
JAL-3676 Added Log Level ComboBox and Copy to Clipboard button in Java Console

3 years agoJAL-3628 Fix for slightly incorrect boolean usage to determine success when rolling...
Ben Soares [Mon, 6 Jul 2020 14:43:37 +0000 (15:43 +0100)]
JAL-3628 Fix for slightly incorrect boolean usage to determine success when rolling backup files

3 years agoJAL-3628 Even more Cache.log.debug statements
Ben Soares [Mon, 6 Jul 2020 13:48:59 +0000 (14:48 +0100)]
JAL-3628 Even more Cache.log.debug statements

3 years agoJAL-3628 More Cache.log.debug statements
Ben Soares [Sat, 4 Jul 2020 12:17:42 +0000 (13:17 +0100)]
JAL-3628 More Cache.log.debug statements

3 years agoJAL-3628 Changed other calls to renameTo to use BackupFiles.moveFileToFile
Ben Soares [Mon, 15 Jun 2020 19:22:29 +0000 (20:22 +0100)]
JAL-3628 Changed other calls to renameTo to use BackupFiles.moveFileToFile

3 years agoJAL-3628 Changed all file1.renameTo(file2) calls to Files.move(path1,path2,REPLACE_EX...
Ben Soares [Mon, 8 Jun 2020 23:49:34 +0000 (00:49 +0100)]
JAL-3628 Changed all file1.renameTo(file2) calls to Files.move(path1,path2,REPLACE_EXISTING) in jalview.io.BackupFiles. This fixes a problem in Windows with renameTo when destination file already exists.

3 years agoJAL-3609 formatting save after cherry-picks
Ben Soares [Fri, 6 Nov 2020 17:05:48 +0000 (17:05 +0000)]
JAL-3609 formatting save after cherry-picks

3 years agoJAL-3609 Allow pass-through of setHiDPIScale property to tests via (e.g.) gradle...
Ben Soares [Wed, 1 Jul 2020 14:37:35 +0000 (15:37 +0100)]
JAL-3609 Allow pass-through of setHiDPIScale property to tests via (e.g.) gradle test -Ptest_HiDPIScale=2

3 years agoJAL-3609 Report when scale setting used.
Ben Soares [Sun, 21 Jun 2020 00:24:10 +0000 (01:24 +0100)]
JAL-3609 Report when scale setting used.

3 years agoJAL-3609 New auto-scale 'formula' for linux HiDPI. Tested to work for UHD screen...
Ben Soares [Sun, 21 Jun 2020 00:23:37 +0000 (01:23 +0100)]
JAL-3609 New auto-scale 'formula' for linux HiDPI.  Tested to work for UHD screen in various OS display settings.

3 years agoJAL-3609 corrected maxdimension to mindimension. Adjusted tallscreen limit
soares [Fri, 22 May 2020 11:56:04 +0000 (12:56 +0100)]
JAL-3609 corrected maxdimension to mindimension. Adjusted tallscreen limit

3 years agoJAL-3609 removed debugging prints
Ben Soares [Wed, 20 May 2020 17:25:34 +0000 (18:25 +0100)]
JAL-3609 removed debugging prints

3 years agoJAL-3609 changed property names to something more palatable and catered for portrait...
Ben Soares [Tue, 19 May 2020 19:32:27 +0000 (20:32 +0100)]
JAL-3609 changed property names to something more palatable and catered for portrait screens

3 years agoJAL-3609 system properties to force a scale, or automatically choose based on OS...
Ben Soares [Tue, 19 May 2020 17:15:01 +0000 (18:15 +0100)]
JAL-3609 system properties to force a scale, or automatically choose based on OS, Screen DPI and Screen height in pixels

3 years agoJAL-3609 Added a -DforceHiDPISetting=true option mainly for testing, and updated...
Ben Soares [Tue, 19 May 2020 00:38:58 +0000 (01:38 +0100)]
JAL-3609 Added a -DforceHiDPISetting=true option mainly for testing, and updated getdown HiDPISetting

3 years agoJAL-3608 cherry pick of 92cb745e7
Ben Soares [Thu, 5 Nov 2020 16:01:23 +0000 (16:01 +0000)]
JAL-3608 cherry pick of 92cb745e7

3 years agoJAL-3248 Added mention of version 'TEST' in shadow jar filename in building.md/html...
Ben Soares [Thu, 29 Oct 2020 14:26:45 +0000 (14:26 +0000)]
JAL-3248 Added mention of version 'TEST' in shadow jar filename in building.md/html since develop branch currently uses this by default.

3 years agoJAL-3248 Fixed path typos in building.md/html and corrected shadow jar filename
Ben Soares [Thu, 29 Oct 2020 14:19:51 +0000 (14:19 +0000)]
JAL-3248 Fixed path typos in building.md/html and corrected shadow jar filename

3 years agoJAL-3760 fix tests for changed behaviour
Jim Procter [Tue, 29 Sep 2020 15:41:39 +0000 (16:41 +0100)]
JAL-3760 fix tests for changed behaviour

3 years agoJAL-3760 refactor nucleotide proportion test to per-sequence and return false if...
Jim Procter [Tue, 29 Sep 2020 14:26:34 +0000 (15:26 +0100)]
JAL-3760 refactor nucleotide proportion test to per-sequence and return false if any sequence appears protein-like

3 years agoMerge branch 'portforward/JAL-3765_patch_to_2112' into develop
Jim Procter [Wed, 28 Oct 2020 16:04:52 +0000 (16:04 +0000)]
Merge branch 'portforward/JAL-3765_patch_to_2112' into develop

3 years agoJAL-3765 fix test
Jim Procter [Tue, 20 Oct 2020 16:23:30 +0000 (17:23 +0100)]
JAL-3765 fix test

3 years agofix for JAL-3765
Jim Procter [Tue, 20 Oct 2020 16:13:33 +0000 (17:13 +0100)]
fix for JAL-3765

3 years agoJAL-3248 Added step to create the eclipse files before project import. Noted non...
Ben Soares [Wed, 28 Oct 2020 12:18:59 +0000 (12:18 +0000)]
JAL-3248 Added step to create the eclipse files before project import. Noted non-fatal NPEs during build with gradle 6.6+

Cherry pick from release, generated new building.html as it's a different process. Also added in a "**/*.md" into build.gradle (wasn't finding anything with "*.md")

3 years agoMerge branch 'develop' into blocker/JAL-3611_space_character_in_jalview_install_path
Ben Soares [Thu, 15 Oct 2020 14:01:19 +0000 (15:01 +0100)]
Merge branch 'develop' into blocker/JAL-3611_space_character_in_jalview_install_path

3 years agoJAL-3753 ensure correct dependencies for shadowJar task
Ben Soares [Mon, 28 Sep 2020 15:57:51 +0000 (16:57 +0100)]
JAL-3753 ensure correct dependencies for shadowJar task

3 years agoMerge branch 'develop' into bug/JAL-3753_resources_duplicated_in_jalview_jar
Ben Soares [Mon, 28 Sep 2020 11:12:47 +0000 (12:12 +0100)]
Merge branch 'develop' into bug/JAL-3753_resources_duplicated_in_jalview_jar

3 years agoJAL-3577 Removed default JALVIEW_VERSION from gradle.properties. Now being set by...
Ben Soares [Fri, 25 Sep 2020 08:39:02 +0000 (09:39 +0100)]
JAL-3577 Removed default JALVIEW_VERSION from gradle.properties. Now being set by build.gradle

3 years agoJAL-3577 Quick fix adding quotation marks for findProperty("JALVIEW_VERSION")==null...
Ben Soares [Thu, 24 Sep 2020 17:16:17 +0000 (18:16 +0100)]
JAL-3577 Quick fix adding quotation marks for findProperty("JALVIEW_VERSION")==null...

3 years agoMerge branch 'develop' into bug/JAL-3753_resources_duplicated_in_jalview_jar
Ben Soares [Wed, 23 Sep 2020 16:19:01 +0000 (17:19 +0100)]
Merge branch 'develop' into bug/JAL-3753_resources_duplicated_in_jalview_jar

3 years agoJAL-3477 Added 10k leeway to amount of memory reserved for OS test for float rounding...
Ben Soares [Wed, 23 Sep 2020 15:49:00 +0000 (16:49 +0100)]
JAL-3477 Added 10k leeway to amount of memory reserved for OS test for float rounding errors (needed to fix failing test)

3 years agoJAL-3753 Resources seen in tests and appropriate filters now being used as file opt...
Ben Soares [Wed, 23 Sep 2020 15:48:01 +0000 (16:48 +0100)]
JAL-3753 Resources seen in tests and appropriate filters now being used as file opt-in rather than opt-out.

3 years agoMerge branch 'merge_review/JAL-3490_2_11_2_develop' into develop
Jim Procter [Mon, 21 Sep 2020 11:01:51 +0000 (12:01 +0100)]
Merge branch 'merge_review/JAL-3490_2_11_2_develop' into develop

3 years agoJAL-3753 put resources in gradle run and test path
Ben Soares [Sun, 20 Sep 2020 19:33:16 +0000 (20:33 +0100)]
JAL-3753 put resources in gradle run and test path

3 years agoJAL-3753 JAL-3754 first rejig
Ben Soares [Fri, 18 Sep 2020 17:18:51 +0000 (18:18 +0100)]
JAL-3753 JAL-3754 first rejig

3 years agoMerge branch 'develop' of https://source.jalview.org/git/jalview into develop
Ben Soares [Mon, 14 Sep 2020 22:24:59 +0000 (23:24 +0100)]
Merge branch 'develop' of https://source.jalview.org/git/jalview into develop

3 years agoJAL-3718 force re-initialise of getdown.txt file when new getdown.txt downloaded...
Ben Soares [Mon, 14 Sep 2020 22:23:43 +0000 (23:23 +0100)]
JAL-3718 force re-initialise of getdown.txt file when new getdown.txt downloaded from appbase. getdown jar and version files

3 years agoJAL-3718 force re-initialise of getdown.txt file when new getdown.txt downloaded...
Ben Soares [Mon, 14 Sep 2020 22:23:11 +0000 (23:23 +0100)]
JAL-3718 force re-initialise of getdown.txt file when new getdown.txt downloaded from appbase. getdown src files

3 years agoMerge branch 'feature/JAL-3615gzipXfam' into develop
Ben Soares [Mon, 14 Sep 2020 17:11:09 +0000 (18:11 +0100)]
Merge branch 'feature/JAL-3615gzipXfam' into develop

3 years agoJAL-3609 HiDPI scale setting done via system prop in getdown or halview.bin.Launcher
Ben Soares [Fri, 15 May 2020 20:04:39 +0000 (21:04 +0100)]
JAL-3609 HiDPI scale setting done via system prop in getdown or halview.bin.Launcher

3 years agoJAL-3679 Added externally specified plugins dir to J2sPlugin check
Ben Soares [Fri, 4 Sep 2020 17:29:41 +0000 (18:29 +0100)]
JAL-3679 Added externally specified plugins dir to J2sPlugin check

3 years agoJAL-3746 bump release version for 2.11.2 series (currently on develop)
Jim Procter [Thu, 10 Sep 2020 16:41:19 +0000 (17:41 +0100)]
JAL-3746 bump release version for 2.11.2 series (currently on develop)

3 years agoJAL-3518 removed unneeded override in ChimeraCommands
gmungoc [Mon, 31 Aug 2020 15:46:54 +0000 (16:46 +0100)]
JAL-3518 removed unneeded override in ChimeraCommands

3 years agoJAL-3679 Added externally specified plugins dir to J2sPlugin check feature/JAL-3615gzipXfam
Ben Soares [Fri, 4 Sep 2020 17:29:41 +0000 (18:29 +0100)]
JAL-3679 Added externally specified plugins dir to J2sPlugin check

3 years agoJAL-3648 resize annotation panel after dragging to resize graph height
gmungoc [Thu, 18 Jun 2020 14:43:51 +0000 (15:43 +0100)]
JAL-3648 resize annotation panel after dragging to resize graph height

3 years agoMerge branch 'develop' of https://source.jalview.org/git/jalview into develop
Ben Soares [Thu, 3 Sep 2020 15:27:44 +0000 (16:27 +0100)]
Merge branch 'develop' of https://source.jalview.org/git/jalview into develop

3 years agoJAL-3680 merged description of individual cursor key actions
Jim Procter [Mon, 31 Aug 2020 17:05:59 +0000 (18:05 +0100)]
JAL-3680 merged description of individual cursor key actions

3 years agoJAL-3732 - sequences can be moved up/down in cursor mode via alt-up/down arrow
Jim Procter [Mon, 31 Aug 2020 16:49:18 +0000 (17:49 +0100)]
JAL-3732 - sequences can be moved up/down in cursor mode via alt-up/down arrow
JAL-3733 TODO - provide an undo for sequence/group up/down moves

3 years agoJAL-3018 Ensembl reviewed REST version updated to 13.0
gmungoc [Mon, 31 Aug 2020 15:10:57 +0000 (16:10 +0100)]
JAL-3018 Ensembl reviewed REST version updated to 13.0

3 years agoJAL-1191 use Cache.log for logging
gmungoc [Mon, 31 Aug 2020 15:00:22 +0000 (16:00 +0100)]
JAL-1191 use Cache.log for logging

3 years agoJAL-1191 reduce logging level for warnings
gmungoc [Thu, 4 Jun 2020 16:22:29 +0000 (17:22 +0100)]
JAL-1191 reduce logging level for warnings

3 years agoJAL-3018 updated reviewed REST version to 12.0
gmungoc [Mon, 24 Aug 2020 10:00:33 +0000 (11:00 +0100)]
JAL-3018 updated reviewed REST version to 12.0

3 years agoJAL-3615 code tidy, improve unit test
Jim Procter [Fri, 21 Aug 2020 10:37:27 +0000 (11:37 +0100)]
JAL-3615 code tidy, improve unit test

3 years agoJAL-2656 better read of (potential) gzip magic bytes
Ben Soares [Thu, 20 Aug 2020 13:55:50 +0000 (14:55 +0100)]
JAL-2656 better read of (potential) gzip magic bytes

3 years agoJAL-2656 Java 8 compatible test for gzipped, refactored for unit test
gmungoc [Tue, 18 Aug 2020 16:07:21 +0000 (17:07 +0100)]
JAL-2656 Java 8 compatible test for gzipped, refactored for unit test

3 years agoJAL-3490 don't init the combo box's history cache for JS execution
Jim Procter [Mon, 17 Aug 2020 14:53:20 +0000 (15:53 +0100)]
JAL-3490 don't init the combo box's history cache for JS execution

3 years agoJAL-3490 merged with 2.11.2 develop
Jim Procter [Mon, 17 Aug 2020 12:53:00 +0000 (13:53 +0100)]
JAL-3490 merged with 2.11.2 develop

3 years agoMerge branch 'task/JAL-3597memoryLeakTest' into develop
Jim Procter [Mon, 17 Aug 2020 09:55:48 +0000 (10:55 +0100)]
Merge branch 'task/JAL-3597memoryLeakTest' into develop

3 years agoJAL-3597 Increased heap passmark to <= 45MB and report smallest of failed attempts...
Ben Soares [Thu, 13 Aug 2020 22:05:00 +0000 (23:05 +0100)]
JAL-3597 Increased heap passmark to <= 45MB and report smallest of failed attempts heap size

3 years agoMerge branch 'develop' of https://source.jalview.org/git/jalview into develop
Ben Soares [Wed, 12 Aug 2020 11:00:57 +0000 (12:00 +0100)]
Merge branch 'develop' of https://source.jalview.org/git/jalview into develop

3 years agoMerge branch 'task/JAL-3608_property_set_laf_and_tests' into develop
Jim Procter [Wed, 12 Aug 2020 10:15:54 +0000 (11:15 +0100)]
Merge branch 'task/JAL-3608_property_set_laf_and_tests' into develop

3 years agoJAL-3691 Changed .toUppoerCase().startsWith(...) to .regionMatches(true,...) as upper...
Ben Soares [Wed, 5 Aug 2020 21:57:13 +0000 (22:57 +0100)]
JAL-3691 Changed .toUppoerCase().startsWith(...) to .regionMatches(true,...) as upper-cased 'i' in Turkish is not 'I'.

3 years agoJAL-3477 Improved command line arguments description in memory.html
Ben Soares [Tue, 4 Aug 2020 18:30:47 +0000 (19:30 +0100)]
JAL-3477 Improved command line arguments description in memory.html

3 years agoJAL-3477 Added -help text for jvmmempc and jvmmemmax. Fixed typo and slight rewording...
Ben Soares [Tue, 4 Aug 2020 17:13:02 +0000 (18:13 +0100)]
JAL-3477 Added -help text for jvmmempc and jvmmemmax. Fixed typo and slight rewording in help/memory.html

3 years agoJAL-3477 added help documentation for executable jar command line arguments -jvmmempc...
Ben Soares [Mon, 3 Aug 2020 10:20:05 +0000 (11:20 +0100)]
JAL-3477 added help documentation for executable jar command line arguments -jvmmempc and -jvmmemmax

3 years agoMerge branch 'bug/JAL-2983negativeSliderMin' into develop
Jim Procter [Mon, 3 Aug 2020 09:40:46 +0000 (10:40 +0100)]
Merge branch 'bug/JAL-2983negativeSliderMin' into develop

 Conflicts:
src/jalview/gui/FeatureSettings.java
src/jalview/gui/FeatureTypeSettings.java

3 years agoJAL-3371 JAL-2983 don't modify 'extent' of slider - this is managed by look and feel
Jim Procter [Wed, 29 Jul 2020 17:47:40 +0000 (18:47 +0100)]
JAL-3371 JAL-2983 don't modify 'extent' of slider - this is managed by look and feel

3 years agoMerge branch 'feature/JAL-3615gzipXfam' into develop
Jim Procter [Tue, 28 Jul 2020 12:36:00 +0000 (13:36 +0100)]
Merge branch 'feature/JAL-3615gzipXfam' into develop

3 years agoJAL-3615 JAL-2656 missing import after cherrypick
Jim Procter [Tue, 28 Jul 2020 11:17:37 +0000 (12:17 +0100)]
JAL-3615 JAL-2656 missing import after cherrypick

3 years agoJAL-2656 recognise non-HTTP URI input streams as gzipped by detecting the gzip magic...
Jim Procter [Tue, 28 Jul 2020 10:32:46 +0000 (11:32 +0100)]
JAL-2656 recognise non-HTTP URI input streams as gzipped by detecting the gzip magic header

3 years agoJAL-2656 recognise Gzipped file input streams by their content, not their filename
Jim Procter [Tue, 28 Jul 2020 10:29:20 +0000 (11:29 +0100)]
JAL-2656 recognise Gzipped file input streams by their content, not their filename

Conflicts:
src/jalview/io/FileParse.java
cherypicked from 2.11.1.1 release patch

3 years agoJAL-3615 update tests for Rfam/Pfam specific gzip endpoints
Jim Procter [Tue, 28 Jul 2020 10:18:56 +0000 (11:18 +0100)]
JAL-3615 update tests for Rfam/Pfam specific gzip endpoints

3 years agoJAL-3697 show total number of features not shown
Jim Procter [Mon, 27 Jul 2020 14:10:11 +0000 (15:10 +0100)]
JAL-3697 show total number of features not shown

3 years agoJAL-3696 log the error message from the exception to the console
Jim Procter [Mon, 27 Jul 2020 14:05:30 +0000 (15:05 +0100)]
JAL-3696 log the error message from the exception to the console

3 years agoJAL-3695 htsjdk 2.12 -> 2.23 (library change only, no code change. needs gradle refre...
Jim Procter [Mon, 27 Jul 2020 13:59:51 +0000 (14:59 +0100)]
JAL-3695 htsjdk 2.12 -> 2.23 (library change only, no code change. needs gradle refresh in eclipse)

3 years agoJAL-3597 slight tidying of code and Javadoc, passmark now heap <= 38MB
gmungoc [Mon, 20 Jul 2020 08:17:29 +0000 (09:17 +0100)]
JAL-3597 slight tidying of code and Javadoc, passmark now heap <= 38MB

3 years agoJAL-1421 last change tidied up properly
gmungoc [Tue, 14 Jul 2020 16:08:01 +0000 (17:08 +0100)]
JAL-1421 last change tidied up properly

3 years agoJAL-1421 types added to nameHash and nodeHash maps
gmungoc [Tue, 14 Jul 2020 08:44:46 +0000 (09:44 +0100)]
JAL-1421 types added to nameHash and nodeHash maps

3 years agoJAL-3597 additional references nulled, bug in test corrected
gmungoc [Tue, 14 Jul 2020 08:43:50 +0000 (09:43 +0100)]
JAL-3597 additional references nulled, bug in test corrected

3 years agoJAL-3608 Changes from code review CR-JAL-236
Ben Soares [Tue, 7 Jul 2020 23:47:55 +0000 (00:47 +0100)]
JAL-3608 Changes from code review  CR-JAL-236

3 years agoJAL-1424 streamlined message checker, corrected applet lookup keys
gmungoc [Tue, 7 Jul 2020 07:50:54 +0000 (08:50 +0100)]
JAL-1424 streamlined message checker, corrected applet lookup keys

3 years agoJAL-1424 slight tidying of reporting
gmungoc [Mon, 6 Jul 2020 14:59:53 +0000 (15:59 +0100)]
JAL-1424 slight tidying of reporting

3 years agoJAL-3311 JAL-3141 JAL-3144 tidying obsolete message bundle entries
gmungoc [Mon, 6 Jul 2020 14:57:57 +0000 (15:57 +0100)]
JAL-3311 JAL-3141 JAL-3144 tidying obsolete message bundle entries

3 years agoJAL-3518 Spanish text for 'write features'
gmungoc [Mon, 6 Jul 2020 11:57:24 +0000 (12:57 +0100)]
JAL-3518 Spanish text for 'write features'