Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Class Total number of occurrences Tag strings used by tag class Todo Work 41 TODO, FIXME

Each tag is detailed below:

Todo Work

Number of occurrences found in the code: 41

gov.nist.secauto.metaschema.core.datatype.IDataTypeAdapter Line markup types are not atomic values. Figure out a better base type (i.e., IValuedItem) 155 ; implement or remove this 179 implement this 194 gov.nist.secauto.metaschema.core.datatype.adapter.DateTimeAdapter Line bring up to spec 118 gov.nist.secauto.metaschema.core.datatype.markup.AbstractMarkupAdapter Line verify that read/write methods cannot be generalized in the base class 71 gov.nist.secauto.metaschema.core.datatype.markup.MarkupLine Line find a way to do a deep copy this is a shallow copy that uses the same underlying Document object 101 gov.nist.secauto.metaschema.core.datatype.markup.MarkupMultiline Line find a way to do a deep copy this is a shallow copy that uses the same underlying Document object 87 gov.nist.secauto.metaschema.core.datatype.markup.flexmark.FixedEmphasisDelimiterProcessor Line remove this class once vsch/flexmark-java#580 is merged 45 gov.nist.secauto.metaschema.core.metapath.BuildAstVisitor Line verify javadocs are accurate for the following n-ary functions. 96 handle new syntax 443 gov.nist.secauto.metaschema.core.metapath.Division Line find a way to support this 93 gov.nist.secauto.metaschema.core.metapath.ISequence Line remove null check on callers 118 rename to "stream" 143 gov.nist.secauto.metaschema.core.metapath.StringConcat Line replace with concat function when implemented 68 gov.nist.secauto.metaschema.core.metapath.format.JsonPathFormatter Line does it make sense to use this for an intermediate that has no parent? retval = formatModelPathSegment(segment); } return retval; } 101 gov.nist.secauto.metaschema.core.metapath.format.MetapathFormatter Line does it make sense to use this for an intermediate that has no parent? 67 gov.nist.secauto.metaschema.core.metapath.function.ArgumentImpl Line implement this test 59 gov.nist.secauto.metaschema.core.metapath.function.DefaultFunction Line check the context item for type compatibility // retval = true; } else if ((expressionArguments.size() == getArguments().size()) || (isArityUnbounded() && expressionArguments.size() > getArguments().size())) { retval = true; // check that argument requirements are satisfied Iterator<IArgument> argumentIterator = getArguments().iterator(); Iterator<IExpression<?>> expressionIterator = expressionArguments.iterator(); 112 apply cast to atomic type } 293 gov.nist.secauto.metaschema.core.metapath.item.IAtomicValuedItem Line review all implementations and uses for correct behavior related to null 42 gov.nist.secauto.metaschema.core.metapath.item.atomic.IAnyAtomicItem Line rename to asStringItem 63 gov.nist.secauto.metaschema.core.metapath.item.node.MockNodeItemFactory Line Integrate with classes in gov.nist.secauto.metaschema.core.testing 50 gov.nist.secauto.metaschema.core.model.IFlagContainer Line remove once moved to the instance side 94 remove once moved to the instance side 107 gov.nist.secauto.metaschema.core.model.IInstance Line revisit this to add more context i.e. the containing definition 77 gov.nist.secauto.metaschema.core.model.MetaschemaModelConstants Line rename to DEFAULT_MIN_OCCURS 34 rename to DEFAULT_MAX_OCCURS 36 gov.nist.secauto.metaschema.core.model.ModuleScopeEnum Line consider naming these PRIVATE and PUBLIC in a 2.0 30 gov.nist.secauto.metaschema.core.model.constraint.AbstractConstraintValidationHandler Line render the item paths instead of the expression 56 render the item paths instead of the expression 68 render the key paths 81 render the key paths 93 gov.nist.secauto.metaschema.core.model.constraint.ConstraintVisitingModelWalker Line remove if unused 34 gov.nist.secauto.metaschema.core.model.validation.XmlSchemaContentValidator Line verify source input streams are closed 68 gov.nist.secauto.metaschema.core.model.xml.MarkupStringConverter Line is this needed, or can we use methods on the markup implementations? 44 gov.nist.secauto.metaschema.core.model.xml.ModuleLoader Line It's very odd that the system id looks like this. Need to investigate. 213 gov.nist.secauto.metaschema.core.model.xml.XmlChoiceInstance Line add support when remarks are added 92 gov.nist.secauto.metaschema.core.model.xml.XmlModelParser Line move back to calling location 68 move back to calling location 78 gov.nist.secauto.metaschema.core.model.xml.XmlbeansMarkupVisitor Line rename 48 gov.nist.secauto.metaschema.core.testing.FlagBuilder Line Auto-generated method stub return null; } } 102