JAL-3532 TODO comment
authorJim Procter <jprocter@issues.jalview.org>
Fri, 14 Feb 2020 16:06:56 +0000 (16:06 +0000)
committerJim Procter <jprocter@issues.jalview.org>
Fri, 14 Feb 2020 16:06:56 +0000 (16:06 +0000)
src/jalview/io/StockholmFile.java

index c3b0a69..b9f1274 100644 (file)
@@ -529,6 +529,9 @@ public class StockholmFile extends AlignFile
               treeName = an.stringMatched(2);
               treeString = new StringBuffer();
             }
+            // TODO: JAL-3532 - this is where GF comments and database references are lost
+            // suggest overriding this method for Stockholm files to catch and properly
+            // process CC, DR etc into multivalued properties
             setAlignmentProperty(an.stringMatched(1), an.stringMatched(2));
           }
         }