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

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 8

org.apache.maven.doxia.siterenderer.DocumentRenderer Line
Method name does not properly reflect its purpose. Implement and use {@link #getOutputPath()} instead. 57
org.apache.maven.doxia.siterenderer.DocumentRenderingContext Line
Use {@link #DocumentRenderingContext(File, String, String, String, File, File, Collection, String)} instead. 114
Use {@link #DocumentRenderingContext(File, String, String, String, File, File, Collection, String)} instead. 170
Method name does not properly reflect its purpose. Use {@link #getInputPath()} instead. 283
Method name does not properly reflect its purpose. Use {@link #getOutputPath()} instead. 301
org.apache.maven.doxia.siterenderer.Renderer Line
use {@link SiteRenderer} 24
org.apache.maven.doxia.siterenderer.SiteRenderer Line
{@code editable} parameter is ignored since {@link SiteRenderingContext#getSiteDirectories()} contain this information on a per-directory basis now. 104
org.apache.maven.doxia.siterenderer.SiteRenderingContext Line
use {@link #addSiteDirectory(SiteDirectory)} 336

Todo Work

Number of occurrences found in the code: 8

org.apache.maven.doxia.siterenderer.DefaultSiteRenderer Line
DOXIA-111: we need a general filter here that knows how to alter the context 276
DOXIA-111: the filter used here must be checked generally. 433
Deprecated -- will be removed! 588
Deprecated -- will be removed! 593
Deprecated -- will be removed! 609
replace with StringUtils.endsWithIgnoreCase() from maven-shared-utils 0.7 1077
plexus-archiver, if it could do the excludes 1092
move to plexus utils 1102