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

Constructor Summary
MethodReturnCheck(BugReporter bugReporter)

Constructor Detail

MethodReturnCheck

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