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