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 ClassTotal number of occurrencesTag strings used by tag class
@todo2@todo
TODO6TODO

Each tag is detailed below:

@todo

Number of occurrences found in the code: 2

org.apache.maven.plugin.compiler.AbstractCompilerMojoLine
also in ant plugin. This should be resolved at some point so that it does not need to be calculated continuously - or should the plugins accept empty source roots as is?1114
org.apache.maven.plugin.compiler.CompilerMojoLine
this is an export variable, really71

TODO

Number of occurrences found in the code: 6

org.apache.maven.plugin.AbstractCompilerMojoLine
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.23
org.apache.maven.plugin.compiler.AbstractCompilerMojoLine
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.62
somehow shaky dependency between compilerId and tool executable.440
This second scan for source files is sub-optimal683
don't catch Exception795
remove the part with ToolchainManager lookup once we depend on 3.0.9 (have it as prerequisite). Define as regular component field then.1021