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 1 fixme, @fixme
Todo Work 15 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. 207
Use systemPropertyVariables instead. 317

FIXME Work

Number of occurrences found in the code: 1

org.apache.maven.plugin.surefire.SurefireDependencyResolver Line
--No comment-- 213

Todo Work

Number of occurrences found in the code: 15

org.apache.maven.plugin.surefire.AbstractSurefireMojo Line
make readonly to handle system property 666
call def. constr.*/ isDisableXmlReport(), "3.0.1") 1939
change to Boolean in the version 3.0.0-M6 1942
this is in separate method and can be better tested than whole method createForkConfiguration() 2229
org.apache.maven.plugin.surefire.AbstractSurefireMojoToolchainsTest Line
Is this still required? 97
Is this still required? 104
org.apache.maven.plugin.surefire.booterclient.ForkingRunListenerTest Line
Test weird characters 377
org.apache.maven.plugin.surefire.booterclient.output.ForkClient Line
move to the same package with ForkStarter 52
org.apache.maven.plugin.surefire.report.StatelessXmlReporter Line
this is no more stateless due to existence of testClassMethodRunHistoryMap since of 2.19. 87
SUREFIRE-1986 570
org.apache.maven.plugin.surefire.report.StatelessXmlReporterTest Line
assertThat( file ).doesNotExist(); 520
org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream Line
delete( file ); uncomment L485 assertThat( file ).doesNotExist() in StatelessXmlReporterTest 180
uncomment IOException |*/ UncheckedIOException e) { 181
uncomment file.toFile() 182
should be removed after uncommented delete( file ) 185