Fork me on GitHub

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

Each tag is detailed below:

Todo Work

Number of occurrences found in the code: 21

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; } 39
gov.nist.secauto.metaschema.databind.codegen.config.DefaultBindingConfiguration Line
make this configurable 110
gov.nist.secauto.metaschema.databind.codegen.impl.AnnotationGenerator Line
Support remarks MarkupMultiline remarks = let.getRemarks(); if (remarks != null) { constraintAnnotation.addMember("remarks", "$S", remarks.toMarkdown()); } 197
gov.nist.secauto.metaschema.databind.codegen.impl.DefaultGeneratedDefinitionClass Line
make package private 21
gov.nist.secauto.metaschema.databind.codegen.typeinfo.AbstractModelInstanceTypeInfo Line
handle group-as namespace as a prefix 102
gov.nist.secauto.metaschema.databind.codegen.typeinfo.DefaultTypeResolver Line
Support some form of binding override for a common interface type 175
gov.nist.secauto.metaschema.databind.codegen.typeinfo.FlagInstanceTypeInfoImpl Line
handle flag namespace as a prefix 78
gov.nist.secauto.metaschema.databind.codegen.typeinfo.TypeInfoUtils Line
handle instance namespace as a prefix 42
gov.nist.secauto.metaschema.databind.io.DefaultBoundLoader Line
avoid node item 159
gov.nist.secauto.metaschema.databind.io.IProblemHandler Line
consider what methods can be defined here 17
gov.nist.secauto.metaschema.databind.model.annotations.BoundFieldValue Line
how are index names handled here? 24
gov.nist.secauto.metaschema.databind.model.annotations.JsonFieldValueKeyFlag Line
remove this and move this to MetaschemaField 23
gov.nist.secauto.metaschema.databind.model.annotations.JsonKey Line
remove this and move this to MetaschemaField/MetaschemaAssembly 21
gov.nist.secauto.metaschema.databind.model.annotations.ModelUtil Line
replace NO_STRING_VALUE with NULL_VALUE where possible. URIs will not allow NULL_VALUE. 28
gov.nist.secauto.metaschema.databind.model.impl.DefinitionAssembly Line
implement getProperties() 39
gov.nist.secauto.metaschema.databind.model.impl.DefinitionField Line
implement getProperties() 39
gov.nist.secauto.metaschema.databind.model.impl.InstanceFlagInline Line
implement getProperties() 39
gov.nist.secauto.metaschema.databind.model.impl.InstanceModelAssemblyComplex Line
implement getProperties() 36
gov.nist.secauto.metaschema.databind.model.metaschema.impl.AssemblyModelContainerSupport Line
make "instances" a constant 122
gov.nist.secauto.metaschema.databind.model.metaschema.impl.ChoiceGroupModelContainerSupport Line
make "instances" a constant 98
gov.nist.secauto.metaschema.databind.model.metaschema.impl.ChoiceModelContainerSupport Line
make "instances" a constant 99