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)} 104
since 1.1.2, use {@link #renderIndividual(Map, File, DocumentRendererContext)} 223
since 1.1.2, use {@link #parse(String, String, Sink, DocumentRendererContext)} 475
org.apache.maven.doxia.docrenderer.DocRenderer Line
Since 1.1, use {@link DocumentRenderer} instead. 30
org.apache.maven.doxia.docrenderer.DocumentRenderer Line
since 1.1.2, use {@link #render(File, File, DocumentModel, DocumentRendererContext)} 69
org.apache.maven.doxia.docrenderer.itext.AbstractITextRender Line
since 1.1, use an implementation of {@link org.apache.maven.doxia.docrenderer.DocumentRenderer}. 79
org.apache.maven.doxia.docrenderer.itext.DefaultPdfRenderer Line
since 1.1, use {@link org.apache.maven.doxia.docrenderer.pdf.itext.ITextPdfRenderer}. 36
org.apache.maven.doxia.docrenderer.itext.DefaultRtfRenderer Line
since 1.1, use {@link org.apache.maven.doxia.docrenderer.pdf.itext.ITextPdfRenderer}. 36
org.apache.maven.doxia.docrenderer.itext.PdfRenderer Line
since 1.1, use an implementation of {@link org.apache.maven.doxia.docrenderer.DocumentRenderer}. 29
org.apache.maven.doxia.docrenderer.itext.RtfRenderer Line
since 1.1, use an implementation of {@link org.apache.maven.doxia.docrenderer.DocumentRenderer}. 29

Todo Work

Number of occurrences found in the code: 4

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