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 23 TODO, FIXME

Each tag is detailed below:

Todo Work

Number of occurrences found in the code: 23

gov.nist.secauto.metaschema.databind.codegen.DefaultGeneratedDefinitionClass Line make package private 41 gov.nist.secauto.metaschema.databind.codegen.PackageProductionImpl Line seemingly unused method. Remove? Formatter.Builder builder = Formatter.builder(FlexmarkConfiguration.FLEXMARK_CONFIG); builder.set(ObjectUtils.notNull(Formatter.FORMAT_FLAGS), LineAppendable.F_WHITESPACE_REMOVAL); // builder.set(Formatter.ESCAPE_SPECIAL_CHARS, false); Formatter formatter = builder.build(); String markdown = markup.toMarkdown(formatter).trim(); markdown = markdown.replace("\\&", "&"); markdown = markdown.replace("\"", "\\\""); return markdown; } 56 gov.nist.secauto.metaschema.databind.codegen.config.DefaultBindingConfiguration Line make this configurable 132 gov.nist.secauto.metaschema.databind.io.DefaultBoundLoader Line avoid node item 185 gov.nist.secauto.metaschema.databind.io.IProblemHandler Line consider what methods can be defined here 37 gov.nist.secauto.metaschema.databind.io.xml.MetaschemaXmlReader Line not sure this is needed, since there is a peek just before this parse any whitespace before the element 486 gov.nist.secauto.metaschema.databind.model.AbstractClassBinding Line is this the right value? 100 gov.nist.secauto.metaschema.databind.model.ClassBindingModelContainerSupport Line handle choice 121 gov.nist.secauto.metaschema.databind.model.DefaultFieldValueProperty Line implement? 132 is this right? Is there a way to not make this derived from a property? 138 gov.nist.secauto.metaschema.databind.model.DefaultFlagProperty Line implement 209 is this the right value? 256 gov.nist.secauto.metaschema.databind.model.IBoundNamedInstance Line implement 54 gov.nist.secauto.metaschema.databind.model.SimpleFieldProperty Line is this the right value? 234 gov.nist.secauto.metaschema.databind.model.annotations.Constants Line replace NO_STRING_VALUE with NULL_VALUE where possible. URIs will not allow NULL_VALUE. 30 gov.nist.secauto.metaschema.databind.model.annotations.JsonFieldValueKeyFlag Line remove this and move this to MetaschemaField 44 gov.nist.secauto.metaschema.databind.model.annotations.JsonKey Line remove this and move this to MetaschemaField/MetaschemaAssembly 42 gov.nist.secauto.metaschema.databind.model.info.IDataTypeHandler Line get rid of functional interfaces 50 gov.nist.secauto.metaschema.databind.model.info.IModelPropertyInfo Line make all read and write methods take the value, not the parent instance as an argument 52 is the following needed? 149 gov.nist.secauto.metaschema.databind.model.info.JavaTypeAdapterDataTypeHandler Line implement can handle QName for XML parsing 47 gov.nist.secauto.metaschema.databind.model.info.ListPropertyInfo Line is this needed? consume extra whitespace between elements 102 gov.nist.secauto.metaschema.databind.model.info.SingletonPropertyInfo Line is this object check needed? if (isObject) { // read the object's START_OBJECT JsonUtil.assertAndAdvance(parser, JsonToken.START_OBJECT); } 72