todo re JAL-732
authorjprocter <jprocter@compbio.dundee.ac.uk>
Sat, 9 Jul 2011 11:08:38 +0000 (12:08 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Sat, 9 Jul 2011 11:08:38 +0000 (12:08 +0100)
src/jalview/analysis/SequenceIdMatcher.java

index d8a9bbe..71b2754 100755 (executable)
@@ -242,6 +242,7 @@ public class SequenceIdMatcher
      */
     public boolean equals(SeqIdName s)
     {
+      // TODO: JAL-732 patch for cases when name includes a list of IDs, and the match contains one ID flanked
       if (id.length() > s.id.length())
       {
         return id.startsWith(s.id) ? (WORD_SEP.indexOf(id.charAt(s.id