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 | 1 | @deprecated |
| FIXME Work | 0 | fixme, @fixme |
| Todo Work | 2 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 1
| org.apache.maven.plugin.surefire.SurefireMojo | Line |
|---|---|
| not supported after 3.6.0, please use groups or Junit suite support (TestNG) List of <suiteXmlFile> 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). | 290 |
Todo Work
Number of occurrences found in the code: 2
| org.apache.maven.plugin.surefire.SurefireMojo | Line |
|---|---|
| use regex for fully qualified class names in 3.0 and change the filtering abilities | 208 |
| use regex for fully qualified class names in 3.0 and change the filtering abilities | 234 |


