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 | 6 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 3
org.apache.maven.surefire.api.provider.ProviderParameters | Line |
---|---|
Use scanresult instead, as of version 2.12.2. Will be removed in next major version. | 50 |
Use scanresult instead, as of version 2.12.2. Will be removed in next major version. | 80 |
org.apache.maven.surefire.api.testset.ResolvedTest | Line |
will be renamed to ResolvedTestPattern | 36 |
FIXME Work
Number of occurrences found in the code: 1
org.apache.maven.surefire.api.util.DefaultDirectoryScanner | Line |
---|---|
Log this somehow! | 75 |
Todo Work
Number of occurrences found in the code: 6
org.apache.maven.surefire.api.provider.SurefireProvider | Line |
---|---|
Need to think a lot closer about how/if this works and if there is a use case for it. Killing a process is slightly non-deterministic And it | 84 |
org.apache.maven.surefire.api.report.ReporterConfiguration | Line |
Consider moving these fields elsewhere, this concept does not smell too good | 26 |
org.apache.maven.surefire.api.report.RunMode | Line |
add here RERUN_TESTSET, see https://github.com/apache/maven-surefire/pull/221 | 34 |
org.apache.maven.surefire.api.testset.TestListResolver | Line |
In Surefire 3.0 see SUREFIRE-1309 and use normal fully qualified class name regex instead. | 37 |
bug in maven-shared-utils: '+1' should not appear in the condition | 345 |
cannot reuse code from SelectorUtils.java because method isRegexPrefixedPattern is in private package. | 346 |