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>. 86
Use specific configuration under <configuration>. 95
Deprecated for removal since 0.17: Use <configurationNoDefaults> instead (note the change of state). 103
Use specific configuration under <configuration>. 113
Use specific configuration under <configuration>. 120
Use specific configuration under <configuration>. 127
Use LicenseFamily section of configuration file. 137
Deprecated for removal since 0.17: Use specific configuration under <configuration>. See configuration file documentation. 144
Use specific configuration under <configuration>. 151
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. 184
When set to true specifies that the MAVEN patterns are excluded. Use "inputIncludeStd MAVEN" to override. 197
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. 209
When set to true specifies that the ECLIPSE patterns are excluded. Use "inputIncludeStd ECLIPSE" to override. 222
When set to true specifies that the IDEA patterns are excluded. Use "inputIncludeStd IDEA" to override. 234
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. 56
Use 'out' property instead. 70
Use setStyleSheet or xml instead. 86
Use <counterMax>Unapproved:value</counterMax>. 102
Use <editLicense> and <editOverwrite>. 111
Deprecated for removal since 0.17: Use <editCopyright> instead. 134
org.apache.rat.mp.RatReportMojo Line
replaced by {@link #remoteRepositories} 103
use {@link #generate(Sink, SinkFactory, Locale)} instead. 315
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 <editOverwrite> instead. 261
Deprecated for removal since 0.17: Use <outputFamilies> instead. 275
Deprecated for removal since 0.17: Use <outputLicenses> instead. 301
Deprecated for removal since 0.17: Use <config> instead. 367
Deprecated for removal since 0.17: Use <config> instead. 377
Deprecated for removal since 0.17: Use <editCopyright> instead. 431
Deprecated for removal since 0.17: Use <inputExclude> instead. 473
Deprecated for removal since 0.17: Use <inputExclude> instead. 483
Deprecated for removal since 0.17: Use <outputFile> instead. 493
Deprecated for removal since 0.17: Use <inputIncludeFile> instead. 511
Deprecated for removal since 0.17: Use <inputExcludeFile> instead. 529
Deprecated for removal since 0.17: Use <editLicense> instead. 647
Deprecated for removal since 0.17: Use <outputStyle> instead. 685
Deprecated for removal since 0.17: Use <inputInclude> instead. 739
Deprecated for removal since 0.17: Use <inputInclude> instead. 749
Deprecated for removal since 0.17: Use <inputIncludeStd> with 'HIDDEN_DIR' argument instead. 759
Deprecated for removal since 0.17: Use <outputStyle> with the 'xml' argument instead. 773
Deprecated for removal since 0.17: Use <configurationNoDefaults> instead. 787

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 167