FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 2.0.3

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
22 4 0 0

org.apache.maven.shared.jar.classes.JarClassesAnalysis

Bug Category Details Line Priority
Test for floating point equality in org.apache.maven.shared.jar.classes.JarClassesAnalysis.analyze(JarAnalyzer) STYLE FE_FLOATING_POINT_EQUALITY 175 High

org.apache.maven.shared.jar.identification.exposers.EmbeddedMavenModelExposer

Bug Category Details Line Priority
Found reliance on default encoding in org.apache.maven.shared.jar.identification.exposers.EmbeddedMavenModelExposer.expose(JarIdentification, JarAnalyzer): new java.io.InputStreamReader(InputStream) I18N DM_DEFAULT_ENCODING 68 High

org.apache.maven.shared.jar.identification.exposers.TextFileExposer

Bug Category Details Line Priority
Found reliance on default encoding in org.apache.maven.shared.jar.identification.exposers.TextFileExposer.findTextFileVersions(JarAnalyzer): new java.io.InputStreamReader(InputStream) I18N DM_DEFAULT_ENCODING 81 High
org.apache.maven.shared.jar.identification.exposers.TextFileExposer.findTextFileVersions(JarAnalyzer) may fail to close stream BAD_PRACTICE OS_OPEN_STREAM 81 Medium