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
@todo 2 @todo
TODO 6 TODO

Each tag is detailed below:

@todo

Number of occurrences found in the code: 2

org.apache.maven.plugin.AbstractCompilerMojo Line
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? 769
org.apache.maven.plugin.CompilerMojo Line
this is an export variable, really 80

TODO

Number of occurrences found in the code: 6

org.apache.maven.plugin.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. 49
somehow shaky dependency between compilerId and tool executable. 355
have an option to always compile (without need to clean) 498
This second scan for source files is sub-optimal 514
don't catch Exception 609
remove the part with ToolchainManager lookup once we depend on 3.0.9 (have it as prerequisite). Define as regular component field then. 687