The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Load of known null value in org.eclipse.aether.artifact.AbstractArtifact.toBaseVersion(String) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 61 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Load of known null value in org.eclipse.aether.repository.AuthenticationContext.get(String, Map, Class) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 284 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Nullcheck of results at line 46 of value previously dereferenced in new org.eclipse.aether.resolution.ArtifactResolutionException(List) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 45 | High |
Nullcheck of results at line 58 of value previously dereferenced in new org.eclipse.aether.resolution.ArtifactResolutionException(List, String) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 57 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Switch statement found in org.eclipse.aether.transfer.TransferEvent$Builder.resetType(TransferEvent$EventType) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 288-292 | Medium |