Class IncompatMask

All Implemented Interfaces:
Detector, Priorities, StatelessDetector, Constants2, Cloneable, org.apache.bcel.classfile.Visitor, org.apache.bcel.Constants

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 invalid input: '<'trt@unx.sas.com>