The following document contains the results of SpotBugs
SpotBugs Version is 3.1.12
Threshold is medium
Effort is default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
21 | 2 | 0 | 0 |
Class | Bugs |
---|---|
org.mycore.orcid.MCRORCIDConstants | 1 |
org.mycore.orcid.works.MCRWorkEventHandler | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.mycore.orcid.MCRORCIDConstants.NAMESPACES is a mutable collection which should be package protected | MALICIOUS_CODE | MS_MUTABLE_COLLECTION_PKGPROTECT | 37 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to status in org.mycore.orcid.works.MCRWorkEventHandler.publishToORCID(MCRObjectID, MCRORCIDUser) | STYLE | DLS_DEAD_LOCAL_STORE | 66 | Medium |