org.sonar.l10n.checkstyle.com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck.html Maven / Gradle / Ivy
Checks the padding of an empty for iterator; that is whether a space is required at an empty for iterator, or such spaces are forbidden. Example : for (Iterator foo = very.long.line.iterator(); foo.hasNext(); )
© 2015 - 2025 Weber Informatics LLC | Privacy Policy