The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.jomc.ri.DefaultLocator | 1 |
| org.jomc.ri.DefaultObjectManager | 1 |
| org.jomc.ri.model.RuntimeModelObjects | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Redundant nullcheck of object which is known to be null in org.jomc.ri.DefaultLocator.getObject(Class, URI) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE | 212 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.jomc.ri.DefaultObjectManager.<static initializer for DefaultObjectManager>() creates a org.jomc.ri.DefaultObjectManager$1 classloader, which should be performed within a doPrivileged block | MALICIOUS_CODE | DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED | 1056 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.jomc.ri.model.RuntimeModelObjects.<static initializer for RuntimeModelObjects>() creates a org.jomc.ri.model.RuntimeModelObjects$1 classloader, which should be performed within a doPrivileged block | MALICIOUS_CODE | DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED | 109 | Medium |