edu.umd.cs.findbugs.detect

Class NoteNonnullReturnValues

public class NoteNonnullReturnValues extends BuildNonnullReturnDatabase implements Detector, InterproceduralFirstPassDetector

As a first scanning pass, make a note of unconditionally dereferenced parameters for later use by FindNullDerefs.

Author: David Hovemeyer

Constructor Summary
NoteNonnullReturnValues(BugReporter bugReporter)
Method Summary
voidreport()

Constructor Detail

NoteNonnullReturnValues

public NoteNonnullReturnValues(BugReporter bugReporter)

Method Detail

report

public void report()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.