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 ClassTotal number of occurrencesTag strings used by tag class
@deprecated3@deprecated
@fixme0@fixme
@todo0@todo
FIXME0FIXME
TODO5TODO

Each tag is detailed below:

@deprecated

Number of occurrences found in the code: 3

com.legstar.coxb.convert.simple.CobolZonedDecimalSimpleConverterNoCodePageLine
--No comment--30
com.legstar.coxb.impl.reflect.CArrayComplexReflectBindingLine
--No comment--78
--No comment--105

TODO

Number of occurrences found in the code: 5

com.legstar.coxb.convert.simple.CobolPackedDecimalSimpleConverterLine
This situation should not happen as packed decimals cannot end with a binary zero (the last byte always holds a sign half byte)329
com.legstar.coxb.impl.CStringBindingLine
the currency sign should not be hardcoded 107
com.legstar.coxb.impl.convert.CobolConvertersFactoryLine
Simple converters should be an optional implementation with the concrete class name coming from a configuration file.20
com.legstar.coxb.impl.reflect.CArrayComplexReflectBindingLine
allow more options, such as factory name, to be passed as annotations */71
com.legstar.coxb.impl.reflect.CComplexReflectBindingLine
allow more options, such as factory name, to be passed as annotations168