View Javadoc
1   package org.checkstyle.suppressionxpathfilter.constantname;
2   
3   public class InputXpathConstantNameLowercase {
4       public static final int number = 7; // warn
5   }