The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.sonatype.nexus.pluginbundle.maven.ClasspathUtils | 1 |
org.sonatype.nexus.pluginbundle.maven.GenerateMetadataMojo | 1 |
org.sonatype.nexus.pluginbundle.maven.PluginDescriptorGenerator | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
exceptional return value of java.io.File.mkdirs() ignored in org.sonatype.nexus.pluginbundle.maven.ClasspathUtils.write(Set, MavenProject) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 137 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Format string should use %n rather than \n in org.sonatype.nexus.pluginbundle.maven.GenerateMetadataMojo.fillInDependencies(PluginDescriptorGenerationRequest) | BAD_PRACTICE | VA_FORMAT_STRING_USES_NEWLINE | 188 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
exceptional return value of java.io.File.mkdirs() ignored in org.sonatype.nexus.pluginbundle.maven.PluginDescriptorGenerator.write(PluginMetadata, File) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 98 | Medium |