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.repository.internal.DefaultModelResolver$1 | 1 |
| org.apache.maven.repository.internal.MavenMetadata | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| remoteRepository must be nonnull but is marked as nullable | STYLE | NP_PARAMETER_MUST_BE_NONNULL_BUT_MARKED_AS_NULLABLE | 152 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.repository.internal.MavenMetadata.write(File, Metadata) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 115 | Medium |