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 11 @deprecated
FIXME Work 1 fixme, @fixme
Todo Work 12 todo, @todo

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 11

org.apache.maven.doxia.macro.MacroRequest Line
prefer other constructor 51
org.apache.maven.doxia.parser.AbstractParser Line
this does not work in multi-module builds, see DOXIA-373 152
org.apache.maven.doxia.parser.ParseException Line
Using {@link #ParseException(Exception, int, int)} to specify the line and column number. 113
Using {@link #ParseException(Exception, String, int, int)} to specify the column number. 147
org.apache.maven.doxia.parser.module.AbstractParserModule Line
can cause confusion with constructor with multiple extensions 75
org.apache.maven.doxia.sink.impl.Xhtml5BaseSink Line
since 1.1.2, use {@link #init()} instead of. 248
org.apache.maven.doxia.sink.impl.XhtmlBaseSink Line
since 1.1.2, use {@link #init()} instead of. 260
Use {@link #figure(SinkEventAttributes)}, this method is only kept for backward compatibility. Note that the behavior is different though, as this method writes an img tag, while correctly the img tag should be written by figureGraphics(). 877
Use {@link #figureGraphics(String,SinkEventAttributes)}, this method is only kept for backward compatibility. Note that the behavior is different though, as this method does not write the img tag, only the src attribute. 938
Use {@link #figureCaption(SinkEventAttributes)}, this method is only kept for backward compatibility. Note that the behavior is different though, as this method only writes an alt attribute. 988
org.apache.maven.doxia.util.DoxiaUtils Line
Use {@code String.format( "%02X", bytes[j] )} 260

FIXME Work

Number of occurrences found in the code: 1

org.apache.maven.doxia.parser.Xhtml5BaseParserTest Line
--No comment-- 425

Todo Work

Number of occurrences found in the code: 12

org.apache.maven.doxia.macro.EchoMacro Line
DOXIA-242: separate or define internal params 42
org.apache.maven.doxia.macro.SwfMacro Line
put in other shorthand versions 113
org.apache.maven.doxia.module.AbstractIdentityTest Line
make this work for at least apt and xdoc modules? 124
org.apache.maven.doxia.parser.AbstractParser Line
This is baaad, it should come in with the request. (this is only used for macro requests, see AptParser) 156
org.apache.maven.doxia.parser.AbstractXmlParser Line
How to refresh Doxia XSDs from temp dir? 748
org.apache.maven.doxia.parser.Xhtml5BaseParserTest Line
table caption, see DOXIA-177 167
org.apache.maven.doxia.parser.XhtmlBaseParserTest Line
table caption, see DOXIA-177 174
org.apache.maven.doxia.sink.impl.SinkTestDocument Line
what is this supposed to do? sink.sectionTitle(); sink.text( "Section Title" ); sink.sectionTitle_(); 49
org.apache.maven.doxia.sink.impl.Xhtml5BaseSink Line
tableCaption should be written before tableRows (DOXIA-177) 1753
org.apache.maven.doxia.sink.impl.XhtmlBaseSink Line
tableCaption should be written before tableRows (DOXIA-177) 1630
org.apache.maven.doxia.util.LineBreaker Line
log 154
log 171