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

Each tag is detailed below:

TODO

Number of occurrences found in the code: 6

org.codehaus.plexus.compiler.javac.JavacCompiler Line
Check compiler.properties and javac.properties in OpenJDK javac source code for message changes, relevant new messages, new locales. 121
In JDK 8, this generic prefix no longer seems to be in use for javac error messages, at least not in the Java part of javac. Maybe in C sources? Does javac even use any native classes? 138
this could be much improved 504
--No comment-- 655
there should be a better way to parse these 774
Add something like this? Check if it creates more value or more unnecessary log output in general. else { // Fall-back, if still no error or stack trace was recognised errors.add(new CompilerMessage(bufferContent, exitCode == 0 ? OTHER : ERROR)); } 829