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