SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 3.1.12

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
5 3 0 0

Files

Class Bugs
com.github.advisedtesting.junit4.Junit4AopClassRunner$DelayedConstructionStatement 2
com.github.advisedtesting.junit4.Junit4AopClassRunner$IvokationMethodWithArguments 1

com.github.advisedtesting.junit4.Junit4AopClassRunner$DelayedConstructionStatement

Bug Category Details Line Priority
Read of unwritten field wrappedStatement in com.github.advisedtesting.junit4.Junit4AopClassRunner$DelayedConstructionStatement.evaluate() CORRECTNESS NP_UNWRITTEN_FIELD 232 Medium
Field only ever set to null: com.github.advisedtesting.junit4.Junit4AopClassRunner$DelayedConstructionStatement.wrappedStatement CORRECTNESS UWF_NULL_FIELD Not available High

com.github.advisedtesting.junit4.Junit4AopClassRunner$IvokationMethodWithArguments

Bug Category Details Line Priority
new com.github.advisedtesting.junit4.Junit4AopClassRunner$IvokationMethodWithArguments(Object, FrameworkMethod, Object[]) may expose internal representation by storing an externally mutable object into Junit4AopClassRunner$IvokationMethodWithArguments.arguments MALICIOUS_CODE EI_EXPOSE_REP2 270 Medium