FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
40300

org.jomc.ri.DefaultLocator

BugCategoryDetailsLinePriority
Redundant nullcheck of object which is known to be null in org.jomc.ri.DefaultLocator.getObject(Class, URI)STYLERCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE204Medium

org.jomc.ri.DefaultObjectManager

BugCategoryDetailsLinePriority
org.jomc.ri.DefaultObjectManager.<static initializer>() creates a org.jomc.ri.DefaultObjectManager$1 classloader, which should be performed within a doPrivileged blockMALICIOUS_CODEDP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED1031Medium

org.jomc.ri.model.RuntimeModelObjects

BugCategoryDetailsLinePriority
org.jomc.ri.model.RuntimeModelObjects.<static initializer>() creates a org.jomc.ri.model.RuntimeModelObjects$1 classloader, which should be performed within a doPrivileged blockMALICIOUS_CODEDP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED103Medium