Class SameLenChecker

  • All Implemented Interfaces:
    javax.annotation.processing.Processor, OptionConfiguration

    @RelevantJavaTypes({java.lang.CharSequence.class,java.lang.Object[][].class,java.lang.Object.class})
    @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 Detail

      • SameLenChecker

        public SameLenChecker()
        Create a new SameLenChecker.