The following document contains the results of FindBugs
FindBugs Version is 2.0.3
Threshold is medium
Effort is min
Class | Bugs |
---|---|
com.soebes.maven.plugins.doxygen.AbstractDoxygenMojo | 3 |
com.soebes.maven.plugins.doxygen.DoxygenReport | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in com.soebes.maven.plugins.doxygen.AbstractDoxygenMojo.buildConfigurationFile(File): new java.io.FileWriter(File) | I18N | DM_DEFAULT_ENCODING | 207 | High |
Exceptional return value of java.io.File.mkdirs() ignored in com.soebes.maven.plugins.doxygen.AbstractDoxygenMojo.buildConfigurationFile(File) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 202 | Medium |
Exceptional return value of java.io.File.mkdirs() ignored in com.soebes.maven.plugins.doxygen.AbstractDoxygenMojo.getOutputDirectory() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 99 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
There is an apparent infinite recursive loop in com.soebes.maven.plugins.doxygen.DoxygenReport.getProject() | CORRECTNESS | IL_INFINITE_RECURSIVE_LOOP | 124 | High |