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
187 7 0 0

Files

Class Bugs
de.fhdw.wtf.common.ast.type.test.SymmetricTest 1
de.fhdw.wtf.common.ast.type.test.TypeTest 5
de.fhdw.wtf.walker.tasks.test.TestConstructorReferencer 1

de.fhdw.wtf.common.ast.type.test.SymmetricTest

Bug Category Details Line Priority
Exception is caught when Exception is not thrown in de.fhdw.wtf.common.ast.type.test.SymmetricTest.testSimpleSymmetricBasic1() STYLE REC_CATCH_EXCEPTION 51 Low

de.fhdw.wtf.common.ast.type.test.TypeTest

Bug Category Details Line Priority
instanceof will always return true for all non-null values in de.fhdw.wtf.common.ast.type.test.TypeTest.testClassAbstract(), since all de.fhdw.wtf.common.ast.type.RegularClassType are instances of de.fhdw.wtf.common.ast.type.RegularClassType STYLE BC_VACUOUS_INSTANCEOF 85 Medium
instanceof will always return true for all non-null values in de.fhdw.wtf.common.ast.type.test.TypeTest.testClassIsException(), since all de.fhdw.wtf.common.ast.type.RegularClassType are instances of de.fhdw.wtf.common.ast.type.RegularClassType STYLE BC_VACUOUS_INSTANCEOF 225 Medium
instanceof will always return true for all non-null values in de.fhdw.wtf.common.ast.type.test.TypeTest.testClassService(), since all de.fhdw.wtf.common.ast.type.RegularClassType are instances of de.fhdw.wtf.common.ast.type.RegularClassType STYLE BC_VACUOUS_INSTANCEOF 121 Medium
instanceof will always return true for all non-null values in de.fhdw.wtf.common.ast.type.test.TypeTest.testClassTransient(), since all de.fhdw.wtf.common.ast.type.RegularClassType are instances of de.fhdw.wtf.common.ast.type.RegularClassType STYLE BC_VACUOUS_INSTANCEOF 157 Medium
instanceof will always return true for all non-null values in de.fhdw.wtf.common.ast.type.test.TypeTest.testClassVisitable(), since all de.fhdw.wtf.common.ast.type.RegularClassType are instances of de.fhdw.wtf.common.ast.type.RegularClassType STYLE BC_VACUOUS_INSTANCEOF 193 Medium

de.fhdw.wtf.walker.tasks.test.TestConstructorReferencer

Bug Category Details Line Priority
Unread field: de.fhdw.wtf.walker.tasks.test.TestConstructorReferencer.assertOperations PERFORMANCE URF_UNREAD_FIELD 36 Medium