FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
13 5 0 0

org.opendaylight.lispflowmapping.tools.junit.BaseExpectations$ReturnField

Bug Category Details Line Priority
Invocation of reflect.Field.setAccessible(boolean), which should be invoked from within a doPrivileged block, in new org.opendaylight.lispflowmapping.tools.junit.BaseExpectations$ReturnField(Object, String) MALICIOUS_CODE DP_DO_INSIDE_DO_PRIVILEGED 203 Low

org.opendaylight.lispflowmapping.tools.junit.BaseExpectations$StringArrayMatcher

Bug Category Details Line Priority
Should org.opendaylight.lispflowmapping.tools.junit.BaseExpectations$StringArrayMatcher be a _static_ inner class? PERFORMANCE SIC_INNER_SHOULD_BE_STATIC 343-372 Medium

org.opendaylight.lispflowmapping.tools.junit.BaseTestCase

Bug Category Details Line Priority
Invocation of reflect.Field.setAccessible(boolean), which should be invoked from within a doPrivileged block, in org.opendaylight.lispflowmapping.tools.junit.BaseTestCase.inject(Object, BaseTestCase$FieldData) MALICIOUS_CODE DP_DO_INSIDE_DO_PRIVILEGED 110 Low
Exception is caught when Exception is not thrown in org.opendaylight.lispflowmapping.tools.junit.BaseTestCase.inject(Object, BaseTestCase$FieldData) STYLE REC_CATCH_EXCEPTION 116 Low

org.opendaylight.lispflowmapping.tools.junit.BaseTestCase$SimpleAction

Bug Category Details Line Priority
Should org.opendaylight.lispflowmapping.tools.junit.BaseTestCase$SimpleAction be a _static_ inner class? PERFORMANCE SIC_INNER_SHOULD_BE_STATIC 135-137 Medium