The following document contains the results of FindBugs Report
FindBugs Version is 2.0.0
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.apache.tomcat.maven.common.deployer.TomcatManager.toAuthorization(String, String): new String(byte[]) | I18N | DM_DEFAULT_ENCODING | 771 | High |
Found reliance on default encoding in org.apache.tomcat.maven.common.deployer.TomcatManager.toAuthorization(String, String): String.getBytes() | I18N | DM_DEFAULT_ENCODING | 771 | High |
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 | 774-939 | Medium |
Champ inutilisé : org.apache.tomcat.maven.common.deployer.TomcatManager$RequestEntityImplementation.lastLength | PERFORMANCE | URF_UNREAD_FIELD | 890 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
exceptional return value of java.io.File.mkdirs() ignored in org.apache.tomcat.maven.common.run.DefaultClassLoaderEntriesCalculator.calculateClassPathEntries(ClassLoaderEntriesCalculatorRequest) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 100 | Medium |
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 |