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 |
---|---|---|---|---|
exceptional return value of java.io.File.mkdir() ignored in org.apache.tomcat.maven.plugin.tomcat6.AbstractRunMojo.addContextFromArtifact(Embedded, List, Artifact, String, File) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 1011 | Medium |
exceptional return value of java.io.File.mkdir() ignored in org.apache.tomcat.maven.plugin.tomcat6.AbstractRunMojo.initConfiguration() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 634 | Medium |
exceptional return value of java.io.File.mkdirs() ignored in org.apache.tomcat.maven.plugin.tomcat6.AbstractRunMojo.initConfiguration() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 631 | 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 | 699 | Medium |
La méthode org.apache.tomcat.maven.plugin.tomcat6.AbstractRunMojo.waitIndefinitely() contient un wait() non conditionné | MT_CORRECTNESS | UW_UNCOND_WAIT | 924 | Medium |
wait() en dehors d'une boucle dans org.apache.tomcat.maven.plugin.tomcat6.AbstractRunMojo.waitIndefinitely() | MT_CORRECTNESS | WA_NOT_IN_LOOP | 924 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Champ jamais écrit : org.apache.tomcat.maven.plugin.tomcat6.HelpMojo.goal | CORRECTNESS | UWF_UNWRITTEN_FIELD | 129 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Champ jamais écrit : org.apache.tomcat.maven.plugin.tomcat6.ResourcesMojo.type | CORRECTNESS | UWF_UNWRITTEN_FIELD | 59 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.apache.tomcat.maven.plugin.tomcat6.RunMojo.getContextFile(): new java.io.FileReader(File) | I18N | DM_DEFAULT_ENCODING | 261 | High |
Found reliance on default encoding in org.apache.tomcat.maven.plugin.tomcat6.RunMojo.getContextFile(): new java.io.FileWriter(File) | I18N | DM_DEFAULT_ENCODING | 257 | High |