Package edu.umd.cs.findbugs.detect
Class DumbMethods.SubDetector
- java.lang.Object
-
- edu.umd.cs.findbugs.detect.DumbMethods.SubDetector
-
- Direct Known Subclasses:
DumbMethods.BadCastInEqualsSubDetector
,DumbMethods.FutilePoolSizeSubDetector
,DumbMethods.InvalidMinMaxSubDetector
,DumbMethods.NullMethodsSubDetector
,DumbMethods.RandomOnceSubDetector
,DumbMethods.RangeCheckSubDetector
,DumbMethods.UrlCollectionSubDetector
,DumbMethods.VacuousComparisonSubDetector
- Enclosing class:
- DumbMethods
private abstract class DumbMethods.SubDetector extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
SubDetector()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
initMethod(org.apache.bcel.classfile.Method method)
abstract void
sawOpcode(int seen)
-