EscapeHatch is an algorithm to selectively disable rules.
EscapeHatch is an algorithm to selectively disable rules. There
are two mechanisms to do so: anchored comments and the
standard @SuppressWarnings annotation. The latter takes
precedence over the former in case there are overlaps.
See AnchoredEscapes and AnnotatedEscapes for more details.
EscapeHatch is an algorithm to selectively disable rules. There are two mechanisms to do so: anchored comments and the standard
@SuppressWarningsannotation. The latter takes precedence over the former in case there are overlaps. SeeAnchoredEscapesandAnnotatedEscapesfor more details.