resources.report.rules.checkstyle.ParenPadCheck.html Maven / Gradle / Ivy
ParenPadCheck
ParenPadCheck
Checks the padding of parentheses; that is whether a space is required after a left parenthesis and before a right parenthesis, or such spaces are forbidden, with the exception that it does not check for padding of the right parenthesis at an empty for iterator.