MCPcopy Index your code
hub / github.com/benfry/processing4 / boundsProblem

Method boundsProblem

core/src/processing/data/IntList.java:423–427  ·  view source on GitHub ↗
(int index, String method)

Source from the content-addressed store, hash-verified

421
422
423 private void boundsProblem(int index, String method) {
424 final String msg = String.format("The list size is %d. " +
425 "You cannot %s() to element %d.", count, method, index);
426 throw new ArrayIndexOutOfBoundsException(msg);
427 }
428
429
430 /**

Callers 4

addMethod · 0.95
subMethod · 0.95
multMethod · 0.95
divMethod · 0.95

Calls 1

formatMethod · 0.65

Tested by

no test coverage detected