edu.umd.cs.findbugs.detect
public class FindInconsistentSync2 extends Object implements Detector
Constructor Summary | |
---|---|
FindInconsistentSync2(BugReporter bugReporter) |
Method Summary | |
---|---|
static boolean | isGetterMethod(ClassContext classContext, Method method)
Determine whether or not the the given method is
a getter method. |
void | report() |
void | visitClassContext(ClassContext classContext) |
Parameters: classContext the ClassContext for the class containing the method method the method