Class NonEmptyChecker

All Implemented Interfaces:
Processor, OptionConfiguration

public class NonEmptyChecker extends BaseTypeChecker
A type-checker that prevents NoSuchElementException in the use of container classes.
See the Checker Framework Manual:
Non-Empty Checker
  • Constructor Details

    • NonEmptyChecker

      public NonEmptyChecker()
      Creates a NonEmptyChecker.