edu.umd.cs.findbugs.detect
public class Naming extends PreorderVisitor implements Detector
| Constructor Summary | |
|---|---|
| Naming(BugReporter bugReporter) | |
| Method Summary | |
|---|---|
| static boolean | confusingMethodNames(XMethod m1, XMethod m2) |
| static boolean | definedIn(JavaClass clazz, XMethod m) |
| void | report() |
| void | visitClassContext(ClassContext classContext) |