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 2 @deprecated
FIXME Work 0 fixme, @fixme
Todo Work 8 todo, @todo

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 2

org.apache.maven.plugin.surefire.AbstractSurefireMojo Line
Use skipTests instead. 201
Use systemPropertyVariables instead. 315

Todo Work

Number of occurrences found in the code: 8

org.apache.maven.plugin.surefire.AbstractSurefireMojo Line
use regex for fully qualified class names in 3.0 and change the filtering abilities 302
make readonly to handle system property 695
call def. constr.*/ isDisableXmlReport(), "3.0" ) 1968
change to Boolean in the version 3.0.0-M6 1971
org.apache.maven.plugin.surefire.booterclient.ForkingRunListenerTest Line
Test weird characters 268
org.apache.maven.plugin.surefire.booterclient.output.ForkClient Line
move to the same package with ForkStarter 53
org.apache.maven.plugin.surefire.report.ConsoleOutputFileReporter Line
use UncheckedIOException in Java 8 148
org.apache.maven.plugin.surefire.report.StatelessXmlReporter Line
this is no more stateless due to existence of testClassMethodRunHistoryMap since of 2.19. 85