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 | 5 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 2
org.apache.maven.plugin.compiler.AbstractCompilerMojo | Line |
---|---|
This property is a no-op in {@code javac}. | 167 |
use {@link #compilerArgs} instead. | 357 |
Todo Work
Number of occurrences found in the code: 5
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. | 92 |
somehow shaky dependency between compilerId and tool executable. | 655 |
This second scan for source files is sub-optimal | 905 |
don't catch Exception | 1142 |
remove the part with ToolchainManager lookup once we depend on 3.0.9 (have it as prerequisite). Define as regular component field then. | 1399 |