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 |
96 |
11 |
0 |
0 |
org.eclipse.aether.impl.AetherModule
Bug |
Category |
Details |
Line |
Priority |
The class name org.eclipse.aether.impl.AetherModule shadows the simple name of the superclass org.eclipse.aether.impl.guice.AetherModule |
BAD_PRACTICE |
NM_SAME_SIMPLE_NAME_AS_SUPERCLASS |
31 |
High |
org.eclipse.aether.internal.impl.DefaultArtifactResolver
Bug |
Category |
Details |
Line |
Priority |
Exceptional return value of java.io.File.setLastModified(long) ignored in org.eclipse.aether.internal.impl.DefaultArtifactResolver.getFile(RepositorySystemSession, Artifact, File) |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
466 |
Medium |
org.eclipse.aether.internal.impl.DefaultDeployer
Bug |
Category |
Details |
Line |
Priority |
Exceptional return value of java.io.File.delete() ignored in org.eclipse.aether.internal.impl.DefaultDeployer.upload(Collection, RepositorySystemSession, Metadata, RemoteRepository, RepositoryConnector, DefaultDeployer$EventCatapult) |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
407 |
Medium |
org.eclipse.aether.internal.impl.DefaultFileProcessor
Bug |
Category |
Details |
Line |
Priority |
Exceptional return value of java.io.File.delete() ignored in org.eclipse.aether.internal.impl.DefaultFileProcessor.move(File, File) |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
255 |
Medium |
Exceptional return value of java.io.File.setLastModified(long) ignored in org.eclipse.aether.internal.impl.DefaultFileProcessor.move(File, File) |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
253 |
Medium |
org.eclipse.aether.internal.impl.DefaultInstaller
Bug |
Category |
Details |
Line |
Priority |
Exceptional return value of java.io.File.setLastModified(long) ignored in org.eclipse.aether.internal.impl.DefaultInstaller.install(RepositorySystemSession, RequestTrace, Artifact, LocalRepositoryManager, File, FileTransformer) |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
295 |
Medium |
org.eclipse.aether.internal.impl.DefaultMetadataResolver$ResolveTask
Bug |
Category |
Details |
Line |
Priority |
Exceptional return value of java.io.File.delete() ignored in org.eclipse.aether.internal.impl.DefaultMetadataResolver$ResolveTask.run() |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
600 |
Medium |
org.eclipse.aether.internal.impl.DefaultUpdateCheckManager
Bug |
Category |
Details |
Line |
Priority |
Exceptional return value of java.io.File.delete() ignored in org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.touchArtifact(RepositorySystemSession, UpdateCheck) |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
528 |
Medium |
org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer
Bug |
Category |
Details |
Line |
Priority |
Boxing/unboxing to parse a primitive org.eclipse.aether.internal.impl.DefaultUpdatePolicyAnalyzer.getMinutes(String) |
PERFORMANCE |
DM_BOXED_PRIMITIVE_FOR_PARSING |
125 |
High |
org.eclipse.aether.internal.impl.PrioritizedComponent
Bug |
Category |
Details |
Line |
Priority |
org.eclipse.aether.internal.impl.PrioritizedComponent defines compareTo(PrioritizedComponent) and uses Object.equals() |
BAD_PRACTICE |
EQ_COMPARETO_USE_OBJECT_EQUALS |
64-73 |
Medium |
org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager
Bug |
Category |
Details |
Line |
Priority |
Null passed for non-null parameter of new SimpleLocalRepositoryManager(File, String) in new org.eclipse.aether.internal.impl.SimpleLocalRepositoryManager(String) |
CORRECTNESS |
NP_NULL_PARAM_DEREF |
56 |
Medium |