FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
451300

org.sonatype.aether.test.impl.SysoutLogger

BugCategoryDetailsLinePriority
Déréférencement d'un pointeur null dans la méthode org.sonatype.aether.test.impl.SysoutLogger.debug(String)CORRECTNESSNP_ALWAYS_NULL52High
Déréférencement d'un pointeur null dans la méthode org.sonatype.aether.test.impl.SysoutLogger.warn(String)CORRECTNESSNP_ALWAYS_NULL28High
Un appel de méthode dans org.sonatype.aether.test.impl.SysoutLogger.debug(String, Throwable) passe null à un paramètre déréférencé de façon inconditionnelle dans Throwable.printStackTrace(PrintStream)CORRECTNESSNP_NULL_PARAM_DEREF_ALL_TARGETS_DANGEROUS46Medium
Un appel de méthode dans org.sonatype.aether.test.impl.SysoutLogger.warn(String, Throwable) passe null à un paramètre déréférencé de façon inconditionnelle dans Throwable.printStackTrace(PrintStream)CORRECTNESSNP_NULL_PARAM_DEREF_ALL_TARGETS_DANGEROUS22Medium

org.sonatype.aether.test.impl.TestFileProcessor

BugCategoryDetailsLinePriority
org.sonatype.aether.test.impl.TestFileProcessor.move(File, File) ignores exceptional return value of java.io.File.delete()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE152Medium
org.sonatype.aether.test.impl.TestFileProcessor.move(File, File) ignores exceptional return value of java.io.File.setLastModified(long)BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE158Medium

org.sonatype.aether.test.util.IniArtifactDataReader

BugCategoryDetailsLinePriority
Alimentation à perte d'une variable locale dans la méthode org.sonatype.aether.test.util.IniArtifactDataReader.dependencies(List)STYLEDLS_DEAD_LOCAL_STORE271High

org.sonatype.aether.test.util.TestFileUtils

BugCategoryDetailsLinePriority
org.sonatype.aether.test.util.TestFileUtils.write(Properties, File) ignores exceptional return value of java.io.File.mkdirs()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE289Medium
org.sonatype.aether.test.util.TestFileUtils.write(byte[], int, File) ignores exceptional return value of java.io.File.mkdirs()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE92Medium

org.sonatype.aether.test.util.connector.suite.ConnectorTestSuiteSetup

BugCategoryDetailsLinePriority
Lecture du champ org.sonatype.aether.test.util.connector.suite.ConnectorTestSuiteSetup.session non initialisé dans new org.sonatype.aether.test.util.connector.suite.ConnectorTestSuiteSetup(ConnectorTestSetup)CORRECTNESSUR_UNINIT_READ46Medium