Class SuspiciousThreadInterrupted

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

public class SuspiciousThreadInterrupted extends BytecodeScanningDetector implements StatelessDetector
looks for calls to Thread.interrupted from a non static context, especially when that context is not 'currentThread()'.