The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
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 |
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 |
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 |
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 |