Class MethodReturnCheck

All Implemented Interfaces:
Detector, Priorities, UseAnnotationDatabase, org.apache.bcel.classfile.Visitor

public class MethodReturnCheck extends OpcodeStackDetector implements UseAnnotationDatabase
Look for calls to methods where the return value is erroneously ignored. This detector is meant as a simpler and faster replacement for BCPMethodReturnCheck.
Author:
David Hovemeyer