The following document contains the results of FindBugs
FindBugs Version is 2.0.3
Threshold is medium
Effort is min
| Class | Bugs | 
|---|---|
| org.apache.maven.artifact.metadata.ArtifactMetadata | 1 | 
| org.apache.maven.artifact.repository.ArtifactRepositoryPolicy | 2 | 
| org.apache.maven.artifact.versioning.ComparableVersion$ListItem | 1 | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| The class name org.apache.maven.artifact.metadata.ArtifactMetadata shadows the simple name of implemented interface org.apache.maven.repository.legacy.metadata.ArtifactMetadata | BAD_PRACTICE | NM_SAME_SIMPLE_NAME_AS_INTERFACE | Not available | Medium | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| Boxing/unboxing to parse a primitive org.apache.maven.artifact.repository.ArtifactRepositoryPolicy.checkOutOfDate(Date) | PERFORMANCE | DM_BOXED_PRIMITIVE_FOR_PARSING | 141 | High | 
| Boxing/unboxing to parse a primitive org.apache.maven.artifact.repository.ArtifactRepositoryPolicy.ordinalOfUpdatePolicy(String) | PERFORMANCE | DM_BOXED_PRIMITIVE_FOR_PARSING | 214 | High | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| Chargement d'une valeur connue pour être à null dans org.apache.maven.artifact.versioning.ComparableVersion$ListItem.compareTo(ComparableVersion$Item) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 316 | Medium |