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 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. 135
not supported after 3.6.0, please use groups or Junit suite support (TestNG) List of &lt;suiteXmlFile&gt; elements specifying TestNG suite xml file locations. Note that {@code suiteXmlFiles} is incompatible with several other parameters of this plugin, like {@code includes} and {@code excludes}.<br> This parameter is ignored if the {@code test} parameter is specified (allowing you to run a single test instead of an entire suite). 311
org.apache.maven.plugin.failsafe.VerifyMojo Line
Use -DskipTests instead. 78

FIXME Work

Number of occurrences found in the code: 1

org.apache.maven.plugin.failsafe.util.FailsafeSummaryXmlUtils Line
Backwards compatibility: to be replaced with parseInt in a future release synchronize with maven-surefire-plugin/src/site/resources/xsd/failsafe-summary.xsd 96

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 238
use regex for fully qualified class names in 3.0 and change the filtering abilities 264