The following document contains the results of FindBugs
FindBugs Version is 2.0.3
Threshold is medium
Effort is min
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 |
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 |
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 |