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

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 1

org.apache.maven.plugins.site.render.AbstractSiteRenderingMojo Line
use the standard m2 directory layout 126

FIXME Work

Number of occurrences found in the code: 1

org.apache.maven.plugins.site.descriptor.SiteDescriptorArtifactMetadata Line
what todo here ? 120

Todo Work

Number of occurrences found in the code: 9

org.apache.maven.plugins.site.deploy.AbstractDeployMojo Line
work on moving this into the deployer like the other deploy methods 303
this also uploads the non-default locales, is there a way to exclude directories in wagon? 456
org.apache.maven.plugins.site.deploy.SiteStageMojo Line
Lambda Java 1.8 167
org.apache.maven.plugins.site.deploy.wagon.BugFixedRepository Line
[BP]: refactor out the PathUtils URL stuff into a class like java.net.URL, so you only parse once can't use URL class as is because it won't recognise our protocols, though perhaps we could attempt to register handlers for scp, etc? 134
org.apache.maven.plugins.site.deploy.wagon.PathUtils Line
move to plexus-utils or use something appropriate from there 474
org.apache.maven.plugins.site.render.AbstractSiteRenderingMojo Line
Lambda Java 1.8 266
I want to get rid of categories eventually. There's no way to add your own in a fully i18n manner 499
org.apache.maven.plugins.site.render.ReportDocumentRenderer Line
would be nice to query the report to see if it is modified 406
org.apache.maven.plugins.site.run.SiteRunMojo Line
is it sane to call getReports() method a second time? 135