Fork me on GitHub

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 items 2 @deprecated
Refactor Work 0 refactor
Review Work 0 review
Todo Work 3 todo, fixme

Each tag is detailed below:

Deprecated items

Number of occurrences found in the code: 2

org.apache.rat.tools.AntGenerator Line
%s%n", StringEscapeUtils.escapeHtml4(antOption.getDeprecated()))); 314
org.apache.rat.tools.MavenGenerator Line
%s%n", StringEscapeUtils.escapeHtml4(option.getDeprecated()))); 160

Todo Work

Number of occurrences found in the code: 3

org.apache.rat.documentation.velocity.RatTool Line
remove this when velocity-tools 3.3 is available // NOSONAR 65
remove this when velocity-tools 3.3 is available // NOSONAR 78
remove this when velocity-tools 3.3 is available // NOSONAR 83