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
Deprecated Work 3 @deprecated
FIXME Work 0 fixme, @fixme
Todo Work 4 todo, @todo

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 3

org.apache.maven.doxia.module.apt.AptSink Line
since 1.1.2, use {@link #init()} instead of. 145
org.apache.maven.doxia.module.apt.AptUtils Line
This method was used for the original apt format, which removed all non alphanumeric characters from anchors. Use {@link #encodeAnchor(String)} instead. 45
This method was used for the original apt format, which removed all non alphanumeric characters from anchors. Use {@link #encodeAnchor(String)} instead. 117

Todo Work

Number of occurrences found in the code: 4

org.apache.maven.doxia.module.apt.AptParser Line
handle column number 241
this doesn't handle the case of a dd in a paragraph throw new AptParseException( "no definition" ); 2811
org.apache.maven.doxia.module.apt.AptReaderSource Line
handle column number 96
org.apache.maven.doxia.module.apt.AptSink Line
This will need to be more clever, for multi-line cells 628