View Javadoc
1   package org.checkstyle.suppressionxpathfilter.rightcurly;
2   
3   public class InputXpathRightCurlyThree {
4       public void sample(boolean flag) {
5           if (flag) { String.CASE_INSENSITIVE_ORDER.equals("it is ok."); } //warn
6       }
7   }