Class EmptyForInitializerPadCheck

All Implemented Interfaces:
Configurable, Contextualizable

Checks the padding of an empty for initializer; that is whether a white space is required at an empty for initializer, or such white space is forbidden. No check occurs if there is a line wrap at the initializer, as in
 for (
     ; i < j; i++, j--)
  
  • Property option - Specify policy on how to pad an empty for iterator. Type is com.puppycrawl.tools.checkstyle.checks.whitespace.PadOption. Default value is nospace.

Parent is com.puppycrawl.tools.checkstyle.TreeWalker

Violation Message Keys:

  • ws.notPreceded
  • ws.preceded
Since:
3.4