The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.plugin.compiler.AbstractCompilerMojo | 3 |
org.apache.maven.plugin.compiler.TestCompilerMojo | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Un pointeur à null renvoyé par une méthode risque d'être déréférencé dans org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute() | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 1162 | Medium |
Un pointeur à null renvoyé par une méthode risque d'être déréférencé dans org.apache.maven.plugin.compiler.AbstractCompilerMojo.hasNewFile(File, Date) | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 1761 | Medium |
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 722 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Boxing/unboxing to parse a primitive org.apache.maven.plugin.compiler.TestCompilerMojo.preparePaths(Set) | PERFORMANCE | DM_BOXED_PRIMITIVE_FOR_PARSING | 309 | High |
Un pointeur à null renvoyé par une méthode risque d'être déréférencé dans org.apache.maven.plugin.compiler.TestCompilerMojo.preparePaths(Set) | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 262 | Medium |