The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.unbound.package | 1 |
org.apache.maven.unbound.package$ | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The class name org.apache.maven.unbound.package doesn't start with an upper case letter | BAD_PRACTICE | NM_CLASS_NAMING_CONVENTION | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.maven.unbound.package$.separators() may expose internal representation by returning package$.separators | MALICIOUS_CODE | EI_EXPOSE_REP | 44 | Medium |
The class name org.apache.maven.unbound.package$ doesn't start with an upper case letter | BAD_PRACTICE | NM_CLASS_NAMING_CONVENTION | 42 | Medium |