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 6 todo, @todo

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 2

org.apache.maven.surefire.booter.Classpath Line
this should be package private method which returns List of Files. It will be removed in the next major version. 115
org.apache.maven.surefire.booter.IsolatedClassLoader Line
this method will use {@link java.io.File} instead of {@link URL} in the next major version. 53

Todo Work

Number of occurrences found in the code: 6

org.apache.maven.surefire.booter.AbstractPathConfiguration Line
@deprecated because the IsolatedClassLoader is really isolated - no parent. 49
org.apache.maven.surefire.booter.ForkedBooter Line
print PID in debug console logger in version 2.21.2 93
org.apache.maven.surefire.booter.IsolatedClassLoader Line
avoid URL due to calling equals method may cause some overhead due to resolving host or file. 61
org.apache.maven.surefire.booter.PpidChecker Line
WARN logger (after new logger is finished) that (IS_OS_UNIX && canExecuteUnixPs()) is false 85
org.apache.maven.surefire.booter.StartupConfiguration Line
; I am not totally convinced this logic is as simple as it could be 72
org.apache.maven.surefire.booter.SurefireReflectorTest Line
Setup a different classloader so we can really test crossing 136