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
Classes | Bugs | Errors | Missing Classes |
---|
28 | 21 | 0 | 34 |
org.apache.tomcat.maven.plugin.tomcat6.AbstractDeployMojo
Bug | Category | Details | Line | Priority |
---|
Champ jamais écrit : org.apache.tomcat.maven.plugin.tomcat6.AbstractDeployMojo.contextFile | CORRECTNESS | UWF_UNWRITTEN_FIELD | 124 | Medium |
Champ jamais écrit : org.apache.tomcat.maven.plugin.tomcat6.AbstractDeployMojo.mode | CORRECTNESS | UWF_UNWRITTEN_FIELD | 84 | Medium |
Champ jamais écrit : org.apache.tomcat.maven.plugin.tomcat6.AbstractDeployMojo.tag | CORRECTNESS | UWF_UNWRITTEN_FIELD | 159 | Medium |
org.apache.tomcat.maven.plugin.tomcat6.AbstractDeployWarMojo
Bug | Category | Details | Line | Priority |
---|
Lecture d'un champ jamais alimenté dans org.apache.tomcat.maven.plugin.tomcat6.AbstractDeployWarMojo.deployWar() | CORRECTNESS | NP_UNWRITTEN_FIELD | 87 | Medium |
Lecture d'un champ jamais alimenté dans org.apache.tomcat.maven.plugin.tomcat6.AbstractDeployWarMojo.validateWarFile() | CORRECTNESS | NP_UNWRITTEN_FIELD | 69 | Medium |
Method org.apache.tomcat.maven.plugin.tomcat6.AbstractDeployWarMojo.deployWar() may fail to clean up java.io.InputStream | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 87 | Medium |
Champ jamais écrit : org.apache.tomcat.maven.plugin.tomcat6.AbstractDeployWarMojo.warFile | CORRECTNESS | UWF_UNWRITTEN_FIELD | 59 | Medium |
org.apache.tomcat.maven.plugin.tomcat6.AbstractRunMojo
Bug | Category | Details | Line | Priority |
---|
org.apache.tomcat.maven.plugin.tomcat6.AbstractRunMojo.createDependencyContexts(Embedded) ignores exceptional return value of java.io.File.mkdir() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 900 | Medium |
org.apache.tomcat.maven.plugin.tomcat6.AbstractRunMojo.initConfiguration() ignores exceptional return value of java.io.File.mkdir() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 551 | Medium |
org.apache.tomcat.maven.plugin.tomcat6.AbstractRunMojo.initConfiguration() ignores exceptional return value of java.io.File.mkdirs() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 548 | Medium |
L'utilisation de GetResource dans org.apache.tomcat.maven.plugin.tomcat6.AbstractRunMojo.copyFile(String, File) peut-être instable si la classe est étendue | BAD_PRACTICE | UI_INHERITANCE_UNSAFE_GETRESOURCE | 616 | Medium |
La méthode org.apache.tomcat.maven.plugin.tomcat6.AbstractRunMojo.waitIndefinitely() contient un wait() non conditionné | MT_CORRECTNESS | UW_UNCOND_WAIT | 834 | Medium |
wait() en dehors d'une boucle dans org.apache.tomcat.maven.plugin.tomcat6.AbstractRunMojo.waitIndefinitely() | MT_CORRECTNESS | WA_NOT_IN_LOOP | 834 | Medium |
org.apache.tomcat.maven.plugin.tomcat6.AbstractRunWarMojo
Bug | Category | Details | Line | Priority |
---|
Champ jamais écrit : org.apache.tomcat.maven.plugin.tomcat6.AbstractRunWarMojo.contextFile | CORRECTNESS | UWF_UNWRITTEN_FIELD | 74 | Medium |
Champ jamais écrit : org.apache.tomcat.maven.plugin.tomcat6.AbstractRunWarMojo.warDirectory | CORRECTNESS | UWF_UNWRITTEN_FIELD | 65 | Medium |
org.apache.tomcat.maven.plugin.tomcat6.AbstractWarCatalinaMojo
Bug | Category | Details | Line | Priority |
---|
Champ jamais écrit : org.apache.tomcat.maven.plugin.tomcat6.AbstractWarCatalinaMojo.packaging | CORRECTNESS | UWF_UNWRITTEN_FIELD | 85 | Medium |
org.apache.tomcat.maven.plugin.tomcat6.ExplodedMojo
Bug | Category | Details | Line | Priority |
---|
Lecture d'un champ jamais alimenté dans org.apache.tomcat.maven.plugin.tomcat6.ExplodedMojo.validateWarFile() | CORRECTNESS | NP_UNWRITTEN_FIELD | 69 | Medium |
Champ jamais écrit : org.apache.tomcat.maven.plugin.tomcat6.ExplodedMojo.warDirectory | CORRECTNESS | UWF_UNWRITTEN_FIELD | 59 | Medium |
org.apache.tomcat.maven.plugin.tomcat6.InplaceMojo
Bug | Category | Details | Line | Priority |
---|
Lecture d'un champ jamais alimenté dans org.apache.tomcat.maven.plugin.tomcat6.InplaceMojo.validateWarFile() | CORRECTNESS | NP_UNWRITTEN_FIELD | 69 | Medium |
Champ jamais écrit : org.apache.tomcat.maven.plugin.tomcat6.InplaceMojo.warSourceDirectory | CORRECTNESS | UWF_UNWRITTEN_FIELD | 59 | Medium |
org.apache.tomcat.maven.plugin.tomcat6.ResourcesMojo
Bug | Category | Details | Line | Priority |
---|
Champ jamais écrit : org.apache.tomcat.maven.plugin.tomcat6.ResourcesMojo.type | CORRECTNESS | UWF_UNWRITTEN_FIELD | 59 | Medium |