Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is low

Effort is max

Summary

ClassesBugsErrorsMissing Classes
30900

cn.shenyanchao.ut.builder.ClassTypeBuilder

BugCategoryDetailsLinePriority
Useless control flow in cn.shenyanchao.ut.builder.ClassTypeBuilder.buildMethod(String, MethodDeclaration, String[])STYLEUCF_USELESS_CONTROL_FLOW51Low

cn.shenyanchao.ut.receiver.ExistTestReceiver

BugCategoryDetailsLinePriority
Dead store to methodName in cn.shenyanchao.ut.receiver.ExistTestReceiver.createCU()STYLEDLS_DEAD_LOCAL_STORE81Low

cn.shenyanchao.ut.utils.TypeUtils

BugCategoryDetailsLinePriority
Redundant nullcheck of fields, which is known to be non-null in cn.shenyanchao.ut.utils.TypeUtils.isJavaBean(TypeDeclaration)STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE33Low
Redundant nullcheck of methods, which is known to be non-null in cn.shenyanchao.ut.utils.TypeUtils.isJavaBean(TypeDeclaration)STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE33Low

cn.shenyanchao.ut.visitor.TestCodeVisitor

BugCategoryDetailsLinePriority
Load of known null value in cn.shenyanchao.ut.visitor.TestCodeVisitor.visit(PackageDeclaration, Object)STYLENP_LOAD_OF_KNOWN_NULL_VALUE71Low
Load of known null value in cn.shenyanchao.ut.visitor.TestCodeVisitor.visit(ClassOrInterfaceDeclaration, Object)STYLENP_LOAD_OF_KNOWN_NULL_VALUE215Low
Load of known null value in cn.shenyanchao.ut.visitor.TestCodeVisitor.visit(MethodDeclaration, Object)STYLENP_LOAD_OF_KNOWN_NULL_VALUE380Low
Load of known null value in cn.shenyanchao.ut.visitor.TestCodeVisitor.visit(BlockStmt, Object)STYLENP_LOAD_OF_KNOWN_NULL_VALUE976Low
Redundant nullcheck of rN, which is known to be non-null in cn.shenyanchao.ut.visitor.TestCodeVisitor.visitImports(List, Object)STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE96Low