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

Each tag is detailed below:

Todo Work

Number of occurrences found in the code: 7

dev.metaschema.oscal.lib.model.control.profile.AbstractProfileSelectControlById Line
move implementation from profile resolver selection code here 19
dev.metaschema.oscal.lib.profile.resolver.ProfileResolver Line
move this to an abstract method on profile 488
need to find a better way to create an index that doesn't auto select groups IIndexer indexer = new BasicIndexer(); ControlSelectionVisitor selectionVisitor = new ControlSelectionVisitor(IControlFilter.ALWAYS_MATCH, indexer); selectionVisitor.visitCatalog(resolvedCatalogItem); } 543
dev.metaschema.oscal.lib.profile.resolver.policy.ReferenceCountingVisitor Line
Is this necessary? 176
dev.metaschema.oscal.lib.profile.resolver.selection.Import Line
add support for reassignment IIdentifierMapper mapper = IIdentifierMapper.IDENTITY; IIndexer indexer = new ReassignmentIndexer(mapper); 82
dev.metaschema.oscal.lib.profile.resolver.support.BasicIndexer Line
rename to getEntitiesForItemType 167
dev.metaschema.oscal.lib.profile.resolver.support.IIndexer Line
Is this the right name for this method? 97