ref #10446 cleanup doc
authorAndreas Müller <a.mueller@bgbm.org>
Wed, 31 Jan 2024 00:40:03 +0000 (01:40 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Wed, 31 Jan 2024 00:40:03 +0000 (01:40 +0100)
cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/wfo/out/WfoBackboneExport.java
cdmlib-io/src/test/java/eu/etaxonomy/cdm/io/wfo/out/WfoBackboneExportTest.java

index 302357aff442e844364792609b69971e5e272153..1be45e93e88db0b7eaea2f2f7cdd0b61148abe99 100644 (file)
@@ -259,7 +259,7 @@ public class WfoBackboneExport
                 csvLine[table.getIndex(WfoBackboneExportTable.REFERENCES)] = taxonSourceLink;
             }
 
-            //TODO 1 excluded info
+            //excluded info
             csvLine[table.getIndex(WfoBackboneExportTable.EXCLUDE)] = makeExcluded(state, taxonNode);
 
             handleTaxonBase(state, table, csvLine, taxon);
@@ -662,7 +662,7 @@ public class WfoBackboneExport
 
             if (originalName != null) {
                 if (!state.getNameStore().containsKey(originalName.getId())) {
-                    //TODO 1 handle basionym is in file assertion
+                    //TODO 2 handle basionym is in file assertion
                 }
                 String basionymId = getWfoId(state, originalName, false);
                 csvLine[table.getIndex(WfoBackboneExportTable.NAME_ORIGINAL_NAME_ID)] = basionymId;
index 4e72a9f8bd3addaa52b29fa0f8d8501cf2ce26b9..19fbff41977e23533c08ca7700aae13308acac70 100644 (file)
@@ -155,7 +155,7 @@ public class WfoBackboneExportTest
         Assert.assertEquals(expectedSubspecies , subspeciesLine);
 
         //unpublished/excluded/note
-        //TODO evaluate unpublished flag and discuss how to handle excluded
+        //TODO evaluate unpublished flag
         String unpublishedLine = getLine(taxonResult, subspeciesUnpublishedWfoId);
         String expectedExcluded = str(subspeciesUnpublishedWfoId)+ NONE + uuid(subspeciesUnpublishedNameUUID) +
                 str("Genus species subsp. unpublished") + str("subspecies") +