The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.eclipse.aether.named.support.FileLockNamedLock | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.eclipse.aether.named.support.FileLockNamedLock.doLockExclusively() has Boolean return type and returns explicit null | BAD_PRACTICE | NP_BOOLEAN_RETURN_NULL | 219 | Medium |
| org.eclipse.aether.named.support.FileLockNamedLock.doLockShared() has Boolean return type and returns explicit null | BAD_PRACTICE | NP_BOOLEAN_RETURN_NULL | 154 | Medium |