Class NoteNonnullReturnValues
java.lang.Object
edu.umd.cs.findbugs.detect.BuildNonnullReturnDatabase
edu.umd.cs.findbugs.detect.NoteNonnullReturnValues
- All Implemented Interfaces:
Detector, FirstPassDetector, InterproceduralFirstPassDetector, NonReportingDetector, Priorities
public class NoteNonnullReturnValues
extends BuildNonnullReturnDatabase
implements Detector, NonReportingDetector, InterproceduralFirstPassDetector
As a first scanning pass, make a note of unconditionally dereferenced
parameters for later use by FindNullDerefs.
-
Field Summary
Fields inherited from class BuildNonnullReturnDatabase
returnsNonNull, returnsReference, VERBOSE_DEBUGFields inherited from interface Priorities
EXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreport()This method is called after all classes to be visited.Methods inherited from class BuildNonnullReturnDatabase
visitClassContextMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Detector
visitClassContext
-
Constructor Details
-
NoteNonnullReturnValues
-
-
Method Details
-
report
-