Details
-
Type: Bug
-
Status: In Progress
-
Priority: Critical
-
Resolution: Unresolved
-
Affects Version/s: 2.8.2, 2.9
-
Fix Version/s: None
-
Component/s: jvdesktop
-
Labels:
Description
Open an alignment, make a new view, eXpand views - two AlignFrame windows with the same dataset and same title.
This results in an exception in Save Project - trying to write the Jar entry for the dataset twice with the same name.
No functional impact, as the save process just continues.
Similar errors are also occurring in (develop for 2.9) with the Jalview/Chimera/Varna viewer jar entries, where the cause is that the list of written viewIds is scoped to each AlignmentPanel rather than the whole desktop.
This results in an exception in Save Project - trying to write the Jar entry for the dataset twice with the same name.
No functional impact, as the save process just continues.
Similar errors are also occurring in (develop for 2.9) with the Jalview/Chimera/Varna viewer jar entries, where the cause is that the list of written viewIds is scoped to each AlignmentPanel rather than the whole desktop.
Attachments
Issue Links
- related with
-
JAL-4110 Output stderr and stdout when running tests via gradle
- Closed