FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
37 7 0 0

Files

Class Bugs
org.apache.maven.plugins.ear.AbstractEarModule 2
org.apache.maven.plugins.ear.ApplicationXmlWriter 1
org.apache.maven.plugins.ear.EarMojo 1
org.apache.maven.plugins.ear.GenerateApplicationXmlMojo 2
org.apache.maven.plugins.ear.util.JavaEEVersion 1

org.apache.maven.plugins.ear.AbstractEarModule

Bug Category Details Line Priority
Champ jamais écrit : org.apache.maven.plugins.ear.AbstractEarModule.moduleId CORRECTNESS UWF_UNWRITTEN_FIELD 199 Medium
Unwritten public or protected field: org.apache.maven.plugins.ear.AbstractEarModule.altDeploymentDescriptor STYLE UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD 320 Medium

org.apache.maven.plugins.ear.ApplicationXmlWriter

Bug Category Details Line Priority
Possible déréférencement d'un pointeur null dans org.apache.maven.plugins.ear.ApplicationXmlWriter.write(ApplicationXmlWriterContext) CORRECTNESS NP_NULL_ON_SOME_PATH 149 Medium

org.apache.maven.plugins.ear.EarMojo

Bug Category Details Line Priority
Exceptional return value of java.io.File.delete() ignored in org.apache.maven.plugins.ear.EarMojo.deleteOutdatedResources(Collection) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 1026 Medium

org.apache.maven.plugins.ear.GenerateApplicationXmlMojo

Bug Category Details Line Priority
Invocation de toString sur un tableau dans org.apache.maven.plugins.ear.GenerateApplicationXmlMojo.buildEnvEntries() CORRECTNESS DMI_INVOKING_TOSTRING_ON_ARRAY 365 High
Invocation de toString sur un tableau dans org.apache.maven.plugins.ear.GenerateApplicationXmlMojo.buildResourceRefs() CORRECTNESS DMI_INVOKING_TOSTRING_ON_ARRAY 473 High

org.apache.maven.plugins.ear.util.JavaEEVersion

Bug Category Details Line Priority
org.apache.maven.plugins.ear.util.JavaEEVersion defines compareTo(JavaEEVersion) and uses Object.equals() BAD_PRACTICE EQ_COMPARETO_USE_OBJECT_EQUALS 194-198 Medium