checkers.nullness
Class NullnessChecker
java.lang.Object
  
javax.annotation.processing.AbstractProcessor
      
com.sun.source.util.AbstractTypeProcessor
          
checkers.util.AggregateChecker
              
checkers.nullness.NullnessChecker
- All Implemented Interfaces:
  - Processor
 
public class NullnessChecker
extends AggregateChecker
A typechecker plug-in for the Rawness type system qualifier that finds (and
 verifies the absence of) null-pointer errors.
- See Also:
 NonNull, 
Nullable, 
Raw- See the Checker Framework manual:
 - Nullness Checker
 
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NullnessChecker
public NullnessChecker()
getSupportedCheckers
protected Collection<Class<? extends SourceChecker>> getSupportedCheckers()
- Description copied from class: 
AggregateChecker 
- Returns the list of supported checkers to be run together.
 Subclasses need to override this method.
 
- Specified by:
 getSupportedCheckers in class AggregateChecker