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>. | 79 |
Use specific configuration under <configuration>. | 88 |
Deprecated for removal since 0.17: Use <configurationNoDefaults> instead (note the change of state). | 96 |
Use specific configuration under <configuration>. | 106 |
Use specific configuration under <configuration>. | 113 |
Use specific configuration under <configuration>. | 120 |
Use LicenseFamily section of configuration file. | 130 |
Deprecated for removal since 0.17: Use specific configuration under <configuration>. See configuration file documentation. | 137 |
Use specific configuration under <configuration>. | 144 |
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. | 177 |
When set to true specifies that the MAVEN patterns are excluded. Use "inputIncludeStd MAVEN" to override. | 190 |
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. | 202 |
When set to true specifies that the ECLIPSE patterns are excluded. Use "inputIncludeStd ECLIPSE" to override. | 215 |
When set to true specifies that the IDEA patterns are excluded. Use "inputIncludeStd IDEA" to override. | 227 |
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. | 255 |
Deprecated for removal since 0.17: Use <editOverwrite> instead. | 273 |
Deprecated for removal since 0.17: Use <editLicense> instead. | 299 |
Deprecated for removal since 0.17: Use <config> instead. | 341 |
Deprecated for removal since 0.17: Use <config> instead. | 351 |
Deprecated for removal since 0.17: Use <configurationNoDefaults> instead. | 373 |
Deprecated for removal since 0.17: Use <inputExclude> instead. | 499 |
Deprecated for removal since 0.17: Use <inputExclude> instead. | 509 |
Deprecated for removal since 0.17: Use <inputExcludeFile> instead. | 535 |
Deprecated for removal since 0.17: Use <inputInclude> instead. | 593 |
Deprecated for removal since 0.17: Use <inputInclude> instead. | 603 |
Deprecated for removal since 0.17: Use <inputIncludeFile> instead. | 621 |
Deprecated for removal since 0.17: Use <inputIncludeStd> with 'HIDDEN_DIR' argument instead. | 647 |
Deprecated for removal since 0.17: Use <outputStyle> instead. | 685 |
Deprecated for removal since 0.17: Use <outputStyle> with the 'xml' argument instead. | 695 |
Deprecated for removal since 0.17: Use <outputLicenses> instead. | 717 |
Deprecated for removal since 0.17: Use <outputFamilies> instead. | 735 |
Deprecated for removal since 0.17: Use <outputFile> instead. | 757 |
Todo Work
Number of occurrences found in the code: 2
org.apache.rat.mp.AbstractRatMojo | Line |
---|---|
remove if check in v1.0 | 510 |
org.apache.rat.mp.RatReportMojo | Line |
Replace null with real value | 154 |