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
Classes | Bugs | Errors | Missing Classes |
---|
30 | 9 | 0 | 0 |
cn.shenyanchao.ut.builder.ClassTypeBuilder
Bug | Category | Details | Line | Priority |
---|
Useless control flow in cn.shenyanchao.ut.builder.ClassTypeBuilder.buildMethod(String, MethodDeclaration, String[]) | STYLE | UCF_USELESS_CONTROL_FLOW | 51 | Low |
cn.shenyanchao.ut.receiver.ExistTestReceiver
Bug | Category | Details | Line | Priority |
---|
Dead store to methodName in cn.shenyanchao.ut.receiver.ExistTestReceiver.createCU() | STYLE | DLS_DEAD_LOCAL_STORE | 81 | Low |
cn.shenyanchao.ut.utils.TypeUtils
cn.shenyanchao.ut.visitor.TestCodeVisitor
Bug | Category | Details | Line | Priority |
---|
Load of known null value in cn.shenyanchao.ut.visitor.TestCodeVisitor.visit(PackageDeclaration, Object) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 71 | Low |
Load of known null value in cn.shenyanchao.ut.visitor.TestCodeVisitor.visit(ClassOrInterfaceDeclaration, Object) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 215 | Low |
Load of known null value in cn.shenyanchao.ut.visitor.TestCodeVisitor.visit(MethodDeclaration, Object) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 380 | Low |
Load of known null value in cn.shenyanchao.ut.visitor.TestCodeVisitor.visit(BlockStmt, Object) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 976 | Low |
Redundant nullcheck of rN, which is known to be non-null in cn.shenyanchao.ut.visitor.TestCodeVisitor.visitImports(List, Object) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 96 | Low |