Class SameLenChecker

All Implemented Interfaces:
Processor, OptionConfiguration

@SuppressWarningsPrefix({"index","samelen"}) public class SameLenChecker extends BaseTypeChecker
An internal checker that collects information about arrays that have the same length. It is used by the Upper Bound Checker.
See the Checker Framework Manual:
Index Checker
  • Constructor Details

    • SameLenChecker

      public SameLenChecker()
      Create a new SameLenChecker.