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 10 @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: 10

org.apache.maven.doxia.docrenderer.AbstractDocumentRenderer Line
since 1.1.2, use {@link #render(Map, File, DocumentModel, DocumentRendererContext)} 103
since 1.1.2, use {@link #renderIndividual(Map, File, DocumentRendererContext)} 222
since 1.1.2, use {@link #parse(String, String, Sink, DocumentRendererContext)} 474
org.apache.maven.doxia.docrenderer.DocRenderer Line
Since 1.1, use {@link DocumentRenderer} instead. 29
org.apache.maven.doxia.docrenderer.DocumentRenderer Line
since 1.1.2, use {@link #render(File, File, DocumentModel, DocumentRendererContext)} 68
org.apache.maven.doxia.docrenderer.itext.AbstractITextRender Line
since 1.1, use an implementation of {@link org.apache.maven.doxia.docrenderer.DocumentRenderer}. 78
org.apache.maven.doxia.docrenderer.itext.DefaultPdfRenderer Line
since 1.1, use {@link org.apache.maven.doxia.docrenderer.pdf.itext.ITextPdfRenderer}. 35
org.apache.maven.doxia.docrenderer.itext.DefaultRtfRenderer Line
since 1.1, use {@link org.apache.maven.doxia.docrenderer.pdf.itext.ITextPdfRenderer}. 35
org.apache.maven.doxia.docrenderer.itext.PdfRenderer Line
since 1.1, use an implementation of {@link org.apache.maven.doxia.docrenderer.DocumentRenderer}. 28
org.apache.maven.doxia.docrenderer.itext.RtfRenderer Line
since 1.1, use an implementation of {@link org.apache.maven.doxia.docrenderer.DocumentRenderer}. 28

Todo Work

Number of occurrences found in the code: 4

org.apache.maven.doxia.docrenderer.AbstractDocumentRenderer Line
handle in/excludes 280
replace with StringUtils.endsWithIgnoreCase() from maven-shared-utils 0.7 350
DOXIA-111: we need a general filter here that knows how to alter the context 656
org.apache.maven.doxia.docrenderer.itext.AbstractITextRender Line
Platform dependent? 331