JAL-244 JAL-4091 FIXME for JAL-3362 patch testCalculateIdWidth_withMaxWidth test...
authorJames Procter <j.procter@dundee.ac.uk>
Sun, 1 Oct 2023 12:26:54 +0000 (13:26 +0100)
committerJames Procter <j.procter@dundee.ac.uk>
Sun, 1 Oct 2023 12:30:59 +0000 (13:30 +0100)
src/jalview/gui/AlignmentPanel.java
test/jalview/gui/AlignmentPanelTest.java

index e2c91ba..cd9b70c 100644 (file)
@@ -302,7 +302,11 @@ public class AlignmentPanel extends GAlignmentPanel implements
 
   /**
    * Calculate the width of the alignment labels based on the displayed names
-   * and any bounds on label width set in preferences.
+   * and any bounds on label width set in preferences. Also includes annotations
+   * not actually visible.
+   * 
+   * FIXME JAL-244 JAL-4091 - doesn't include sequence associated annotation
+   * label decorators and only called during tests
    * 
    * @param maxwidth
    *          -1 or maximum width allowed for IdWidth
index 86b22d5..37b8582 100644 (file)
@@ -208,6 +208,7 @@ public class AlignmentPanelTest
   /**
    * Test the variant of calculateIdWidth that computes the longest of any
    * sequence name or annotation label width
+   * FIXME: test needs updating for JAL-244 and JAL-4091
    */
   @Test(groups = "Functional")
   public void testCalculateIdWidth_withMaxWidth()