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

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 3

org.apache.maven.surefire.booter.IsolatedClassLoader Line
this method will use {@link java.io.File} instead of {@link URL} in the next major version. 49
org.apache.maven.surefire.booter.PpidChecker Line
Use {@code ProcessHandleChecker} via {@link ProcessChecker#of(String)} instead 68
org.apache.maven.surefire.booter.ProcessChecker Line
with using ProcessHandleChecker on Java 9+, this method will always return {@code true} and can be removed in a future release. 63

FIXME Work

Number of occurrences found in the code: 2

org.apache.maven.surefire.booter.ProcessCheckerTest Line
DisabledOnJre when we migrate to junit5 and run on unix too winddows java 8 must depends on wwmc something available 79
org.apache.maven.surefire.booter.ProcessHandleCheckerTest Line
DisabledOnJre when we migrate to junit5 40

Todo Work

Number of occurrences found in the code: 4

org.apache.maven.surefire.booter.AbstractPathConfiguration Line
@deprecated because the IsolatedClassLoader is really isolated - no parent. 46
org.apache.maven.surefire.booter.IsolatedClassLoader Line
avoid URL due to calling equals method may cause some overhead due to resolving host or file. 56
org.apache.maven.surefire.booter.SurefireReflectorTest Line
Setup a different classloader so we can really test crossing 350
org.apache.maven.surefire.booter.SystemUtils Line
simplify or remove when Java 8 support is dropped 175