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 <editCopyright> instead. 254
Deprecated for removal since 0.17: Use <editOverwrite> instead. 272
Deprecated for removal since 0.17: Use <editLicense> instead. 298
Deprecated for removal since 0.17: Use <config> instead. 340
Deprecated for removal since 0.17: Use <config> instead. 350
Deprecated for removal since 0.17: Use <configurationNoDefaults> instead. 372
Deprecated for removal since 0.17: Use <inputExclude> instead. 498
Deprecated for removal since 0.17: Use <inputExclude> instead. 508
Deprecated for removal since 0.17: Use <inputExcludeFile> instead. 534
Deprecated for removal since 0.17: Use <inputInclude> instead. 592
Deprecated for removal since 0.17: Use <inputInclude> instead. 602
Deprecated for removal since 0.17: Use <inputIncludeFile> instead. 620
Deprecated for removal since 0.17: Use <inputIncludeStd> with 'HIDDEN_DIR' argument instead. 646
Deprecated for removal since 0.17: Use <outputStyle> instead. 684
Deprecated for removal since 0.17: Use <outputStyle> with the 'xml' argument instead. 694
Deprecated for removal since 0.17: Use <outputLicenses> instead. 716
Deprecated for removal since 0.17: Use <outputFamilies> instead. 734
Deprecated for removal since 0.17: Use <outputFile> instead. 756

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