edu.umd.cs.findbugs.detect
public class QuestionableBooleanAssignment extends BytecodeScanningDetector implements StatelessDetector
| Field Summary | |
|---|---|
| static int | SEEN_DUP |
| static int | SEEN_GOTO |
| static int | SEEN_ICONST_0_OR_1 |
| static int | SEEN_IF |
| static int | SEEN_ISTORE |
| static int | SEEN_NOTHING |
| Constructor Summary | |
|---|---|
| QuestionableBooleanAssignment(BugReporter bugReporter) | |