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

Summary

ClassesBugsErrorsMissing Classes
164010

org.apache.tomcat.maven.common.deployer.TomcatManager$RequestEntityImplementation

BugCategoryDetailsLinePriority
La classe org.apache.tomcat.maven.common.deployer.TomcatManager$RequestEntityImplementation devrait-elle être une classe interne static ?PERFORMANCESIC_INNER_SHOULD_BE_STATIC745-908Medium
Champ inutilisé : org.apache.tomcat.maven.common.deployer.TomcatManager$RequestEntityImplementation.lastLengthPERFORMANCEURF_UNREAD_FIELD859Medium

org.apache.tomcat.maven.common.run.DefaultClassLoaderEntriesCalculator

BugCategoryDetailsLinePriority
org.apache.tomcat.maven.common.run.DefaultClassLoaderEntriesCalculator.calculateClassPathEntries(ClassLoaderEntriesCalculatorRequest) ignores exceptional return value of java.io.File.mkdirs()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE100Medium

org.apache.tomcat.maven.common.run.EmbeddedRegistry

BugCategoryDetailsLinePriority
Initialisation paresseuse incorrecte du champ statique org.apache.tomcat.maven.common.run.EmbeddedRegistry.instance dans org.apache.tomcat.maven.common.run.EmbeddedRegistry.getInstance()MT_CORRECTNESSLI_LAZY_INIT_STATIC59-61Medium