MemoizeConstantVisitorStateLookups
Anytime you need to look up a constant value from VisitorState, improve performance by creating a cache for it with VisitorState.memoize

Severity
WARNING

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("MemoizeConstantVisitorStateLookups") to the enclosing element.