edu.umd.cs.findbugs.detect

Class IncompatMask

public class IncompatMask extends BytecodeScanningDetector implements StatelessDetector

Find comparisons involving values computed with bitwise operations whose outcomes are fixed at compile time.

Author: Tom Truscott

Constructor Summary
IncompatMask(BugReporter bugReporter)

Constructor Detail

IncompatMask

public IncompatMask(BugReporter bugReporter)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.