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 | 4 | @deprecated |
FIXME Work | 0 | fixme, @fixme |
Todo Work | 4 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 4
org.apache.maven.plugin.compiler.AbstractCompilerMojo | Line |
---|---|
This property is a no-op in {@code javac}. | 177 |
This parameter is no longer evaluated by the underlying compilers, instead the actual version of the {@code javac} binary is automatically retrieved. | 248 |
use {@link #compilerArgs} instead. | 401 |
Use {@link #forceLegacyJavacApi} instead | 575 |
Todo Work
Number of occurrences found in the code: 4
org.apache.maven.plugin.compiler.AbstractCompilerMojo | Line |
---|---|
At least one step could be optimized, currently the plugin will do two scans of all the source code if the compiler has to have the entire set of sources. This is currently the case for at least the C# compiler and most likely all the other .NET compilers too. | 96 |
somehow shaky dependency between compilerId and tool executable. | 735 |
This second scan for source files is sub-optimal | 980 |
don't catch Exception | 1230 |