FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Files
org.apache.tomcat.maven.common.deployer.TomcatManager$RequestEntityImplementation
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
La classe org.apache.tomcat.maven.common.deployer.TomcatManager$RequestEntityImplementation devrait-elle être une classe interne static ? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 745-908 | Medium |
Champ inutilisé : org.apache.tomcat.maven.common.deployer.TomcatManager$RequestEntityImplementation.lastLength | PERFORMANCE | URF_UNREAD_FIELD | 859 | Medium |
org.apache.tomcat.maven.common.run.DefaultClassLoaderEntriesCalculator
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.tomcat.maven.common.run.DefaultClassLoaderEntriesCalculator.calculateClassPathEntries(ClassLoaderEntriesCalculatorRequest) ignores exceptional return value of java.io.File.mkdirs() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 100 | Medium |
org.apache.tomcat.maven.common.run.EmbeddedRegistry
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Initialisation paresseuse incorrecte du champ statique org.apache.tomcat.maven.common.run.EmbeddedRegistry.instance dans org.apache.tomcat.maven.common.run.EmbeddedRegistry.getInstance() | MT_CORRECTNESS | LI_LAZY_INIT_STATIC | 59-61 | Medium |