FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.0

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
176019

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

BugCategoryDetailsLinePriority
Found reliance on default encoding in org.apache.tomcat.maven.common.deployer.TomcatManager.toAuthorization(String, String): new String(byte[])I18NDM_DEFAULT_ENCODING771High
Found reliance on default encoding in org.apache.tomcat.maven.common.deployer.TomcatManager.toAuthorization(String, String): String.getBytes()I18NDM_DEFAULT_ENCODING771High

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_STATIC774-939Medium
Champ inutilisé : org.apache.tomcat.maven.common.deployer.TomcatManager$RequestEntityImplementation.lastLengthPERFORMANCEURF_UNREAD_FIELD890Medium

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

BugCategoryDetailsLinePriority
exceptional return value of java.io.File.mkdirs() ignored in org.apache.tomcat.maven.common.run.DefaultClassLoaderEntriesCalculator.calculateClassPathEntries(ClassLoaderEntriesCalculatorRequest)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