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:
Number of occurrences found in the code: 2
org.apache.maven.plugin.compiler.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? | 1114 |
org.apache.maven.plugin.compiler.CompilerMojo | Line |
this is an export variable, really | 71 |
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. | 23 |
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. | 62 |
somehow shaky dependency between compilerId and tool executable. | 440 |
This second scan for source files is sub-optimal | 683 |
don't catch Exception | 795 |
remove the part with ToolchainManager lookup once we depend on 3.0.9 (have it as prerequisite). Define as regular component field then. | 1021 |