JAL-2046 RFC on addSequenceFeature behaviour after deriveSequence
[jalview.git] / test / jalview / datamodel / SequenceTest.java
index 24a63dc..0e9ab28 100644 (file)
@@ -471,6 +471,8 @@ public class SequenceTest
     seq1.setDescription("description");
     seq1.addAlignmentAnnotation(new AlignmentAnnotation("label", "desc",
             1.3d));
+    // JAL-2046 - what is the contract for using a derived sequence's
+    // addSequenceFeature ?
     seq1.addSequenceFeature(new SequenceFeature("type", "desc", 22, 33,
             12.4f, "group"));
     seq1.addPDBId(new PDBEntry("1A70", "B", Type.PDB, "File"));