edu.umd.cs.findbugs.detect
Class MethodReturnCheck
public
class
MethodReturnCheck
extends BytecodeScanningDetector
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
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.