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

Each tag is detailed below:

Deprecated items

Number of occurrences found in the code: 51

org.apache.rat.mp.AbstractRatMojo Line
Use specific configuration under <configuration>. 81
Use specific configuration under <configuration>. 90
Deprecated for removal since 0.17: Use <configurationNoDefaults> instead (note the change of state). 98
Use specific configuration under <configuration>. 108
Use specific configuration under <configuration>. 115
Use specific configuration under <configuration>. 122
Use LicenseFamily section of configuration file. 132
Deprecated for removal since 0.17: Use specific configuration under <configuration>. See configuration file documentation. 139
Use specific configuration under <configuration>. 146
When set to true specifies that the STANDARD_PATTERNS are excluded, as are the STANDARD_SCMS patterns. Use the various InputExclude and InputInclude elements to explicitly specify what to include or exclude. 179
When set to true specifies that the MAVEN patterns are excluded. Use "inputIncludeStd MAVEN" to override. 192
When set to true specifies that the STANDARD_SCMS exclusion file processors are used to exclude files and directories (e.g. ".gitignore" or ".hgignore"). Use "inputIncludeStd STANDARD_SCMS" to override. 204
When set to true specifies that the ECLIPSE patterns are excluded. Use "inputIncludeStd ECLIPSE" to override. 217
When set to true specifies that the IDEA patterns are excluded. Use "inputIncludeStd IDEA" to override. 229
org.apache.rat.mp.All Line
use Configuration file to define licenses 26
org.apache.rat.mp.Any Line
use Configuration file to define licenses 26
org.apache.rat.mp.Copyright Line
use Configuration file to define licenses 26
org.apache.rat.mp.EnclosingMatcher Line
use Configuration file to define licenses 25
org.apache.rat.mp.Family Line
use Configuration file to define licenses 25
org.apache.rat.mp.HeaderMatcherSpecification Line
use Configuration file to define licenses 25
org.apache.rat.mp.License Line
use Configuration file to define licenses 29
org.apache.rat.mp.Not Line
use Configuration file to define licenses 26
org.apache.rat.mp.RatCheckMojo Line
Use <outputFile> instead. 53
Use 'out' property instead. 61
Use setStyleSheet or xml instead. 77
Use <counterMax>Unapproved:value</counterMax>. 93
Use <editLicense> and <editOverwrite>. 102
Deprecated for removal since 0.17: Use <editCopyright> instead. 125
org.apache.rat.mp.RatReportMojo Line
use {@link #generate(Sink, SinkFactory, Locale)} instead. 223
use {@link #generate(Sink, SinkFactory, Locale)} instead. 237
org.apache.rat.mp.Regex Line
use Configuration file to define licenses 26
org.apache.rat.mp.Spdx Line
use Configuration file to define licenses 25
org.apache.rat.mp.Text Line
use Configuration file to define licenses 24
org.apache.rat.plugin.BaseRatMojo Line
Deprecated for removal since 0.17: Use <editCopyright> instead. 217
Deprecated for removal since 0.17: Use <editOverwrite> instead. 235
Deprecated for removal since 0.17: Use <editLicense> instead. 261
Deprecated for removal since 0.17: Use <config> instead. 303
Deprecated for removal since 0.17: Use <config> instead. 313
Deprecated for removal since 0.17: Use <configurationNoDefaults> instead. 335
Deprecated for removal since 0.17: Use <inputExclude> instead. 493
Deprecated for removal since 0.17: Use <inputExclude> instead. 503
Deprecated for removal since 0.17: Use <inputExcludeFile> instead. 529
Deprecated for removal since 0.17: Use <inputInclude> instead. 587
Deprecated for removal since 0.17: Use <inputInclude> instead. 597
Deprecated for removal since 0.17: Use <inputIncludeFile> instead. 615
Deprecated for removal since 0.17: Use <inputIncludeStd> with 'HIDDEN_DIR' argument instead. 641
Deprecated for removal since 0.17: Use <outputStyle> instead. 679
Deprecated for removal since 0.17: Use <outputStyle> with the 'xml' argument instead. 689
Deprecated for removal since 0.17: Use <outputLicenses> instead. 711
Deprecated for removal since 0.17: Use <outputFamilies> instead. 729
Deprecated for removal since 0.17: Use <outputFile> instead. 751

Todo Work

Number of occurrences found in the code: 2

org.apache.rat.mp.AbstractRatMojo Line
remove if check in v1.0 516
org.apache.rat.mp.RatReportMojo Line
Replace null with real value 154