Package org.checkerframework.checker.index.lowerbound
package org.checkerframework.checker.index.lowerbound
-
ClassDescriptionImplements the introduction rules for the Lower Bound Checker.A type-checker for preventing fixed-length sequences such as arrays or strings from being accessed with values that are too low.Implements dataflow refinement rules based on tests: <, >, ==, and their derivatives.Implements the actual checks to make sure that array accesses aren't too low.