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

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 5

org.apache.maven.doxia.index.IndexingSink Line
legacy constructor, use {@link #IndexingSink(Sink)} with {@link SinkAdapter} as argument and call {@link #getRootEntry()} to retrieve the index tree afterwards. 60
org.apache.maven.doxia.parser.AbstractParser Line
this does not work in multi-module builds, see DOXIA-373 150
org.apache.maven.doxia.parser.Xhtml5BaseParser Line
Use {@link #emitHeadingSections(int, Sink, boolean)} instead. 613
org.apache.maven.doxia.sink.impl.PipelineSink Line
Use the {@link SinkWrapper} approach which doesn't require the use of dynamic proxies. 31
org.apache.maven.doxia.sink.impl.RandomAccessSink Line
Use {@link BufferingSinkProxyFactory} instead which buffers on the (higher) Sink API level which usually is less memory intense than buffering the output stream which is done by this class. Also it doesn't require dynamically creating new sinks leveraging a {@link SinkFactory}. 37

FIXME Work

Number of occurrences found in the code: 1

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

Todo Work

Number of occurrences found in the code: 8

org.apache.maven.doxia.macro.EchoMacro Line
DOXIA-242: separate or define internal params 39
org.apache.maven.doxia.module.AbstractIdentityTest Line
make this work for at least apt and xdoc modules? 120
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) 153
org.apache.maven.doxia.parser.Xhtml5BaseParserTest Line
table caption, see DOXIA-177 217
org.apache.maven.doxia.sink.impl.SinkTestDocument Line
what is this supposed to do? sink.sectionTitle(); sink.text("Section Title"); sink.sectionTitle_(); 44
org.apache.maven.doxia.sink.impl.Xhtml5BaseSink Line
tableCaption should be written before tableRows (DOXIA-177) 1145
org.apache.maven.doxia.util.LineBreaker Line
log 133
log 146