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
3500

org.apache.tomcat.maven.runner.PasswordUtil

BugCategoryDetailsLinePriority
Un switch de org.apache.tomcat.maven.runner.PasswordUtil.obfuscate(String) comporte un cas qui déborde sur le suivantSTYLESF_SWITCH_FALLTHROUGH64-66Medium

org.apache.tomcat.maven.runner.Tomcat7Runner

BugCategoryDetailsLinePriority
org.apache.tomcat.maven.runner.Tomcat7Runner.expandConfigurationFile(String, File) ignores exceptional return value of java.io.File.mkdirs()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE439Medium
org.apache.tomcat.maven.runner.Tomcat7Runner.run() ignores exceptional return value of java.io.File.mkdirs()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE137Medium
La méthode org.apache.tomcat.maven.runner.Tomcat7Runner.waitIndefinitely() contient un wait() non conditionnéMT_CORRECTNESSUW_UNCOND_WAIT325Medium
wait() en dehors d'une boucle dans org.apache.tomcat.maven.runner.Tomcat7Runner.waitIndefinitely()MT_CORRECTNESSWA_NOT_IN_LOOP325Medium