Package edu.umd.cs.findbugs.detect
Class DumbMethods.NullMethodsSubDetector
- java.lang.Object
-
- edu.umd.cs.findbugs.detect.DumbMethods.SubDetector
-
- edu.umd.cs.findbugs.detect.DumbMethods.NullMethodsSubDetector
-
- Enclosing class:
- DumbMethods
private final class DumbMethods.NullMethodsSubDetector extends DumbMethods.SubDetector
-
-
Constructor Summary
Constructors Modifier Constructor Description private
NullMethodsSubDetector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sawOpcode(int seen)
-
Methods inherited from class edu.umd.cs.findbugs.detect.DumbMethods.SubDetector
initMethod
-
-
-
-
Method Detail
-
sawOpcode
public void sawOpcode(int seen)
- Specified by:
sawOpcode
in classDumbMethods.SubDetector
-
-