View Javadoc
1   package org.checkstyle.suppressionxpathfilter.parenpad;
2   
3   public class InputXpathParenPadRightPreceded {
4       void method() {
5           if (false ) {//warn
6           }
7           if (true) {
8           }
9       }
10  }