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:
Number of occurrences found in the code: 2
| org.apache.maven.plugin.surefire.AbstractSurefireMojo | Line |
|---|---|
| Use skipTests instead. | 182 |
| Use systemPropertyVariables instead. | 296 |
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 | 283 |
| use in 3.0.0 with java 1.7 and substitute new LocationManager() with component in underneath code | 748 |
| 100 milli seconds, try to fetch List<String> within classpath asynchronously | 1695 |
| 150 milli seconds, try to fetch List<String> within classpath asynchronously | 2073 |
| move | 2441 |
| use Java7 java.nio.file.Files.createTempDirectory() | 3050 |
| org.apache.maven.plugin.surefire.booterclient.ForkingRunListenerTest | Line |
| Test weird characters | 296 |
| org.apache.maven.plugin.surefire.booterclient.output.ForkClient | Line |
| move to the same package with ForkStarter | 75 |