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 Work | 3 | @deprecated |
FIXME Work | 1 | fixme, @fixme |
Todo Work | 2 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 3
org.apache.maven.plugin.failsafe.IntegrationTestMojo | Line |
---|---|
Since 3.0.0-M8, use "failsafe.failIfNoSpecifiedTests" instead. | 138 |
org.apache.maven.plugin.failsafe.VerifyMojo | Line |
Use -DskipTests instead. | 77 |
since of 2.20.1 | 152 |
FIXME Work
Number of occurrences found in the code: 1
org.apache.maven.plugin.failsafe.util.FailsafeSummaryXmlUtils | Line |
---|---|
Backwards compatability: to be replaced with parseInt in a future release synchronize with maven-surefire-plugin/src/site/resources/xsd/failsafe-summary.xsd | 95 |
Todo Work
Number of occurrences found in the code: 2
org.apache.maven.plugin.failsafe.IntegrationTestMojo | Line |
---|---|
use regex for fully qualified class names in 3.0 and change the filtering abilities | 242 |
use regex for fully qualified class names in 3.0 and change the filtering abilities | 270 |