View Javadoc
1   package org.checkstyle.suppressionxpathfilter.matchxpath;
2   
3   public class InputXpathMatchXpathEncodedAmpString {
4       String ampersandChar = "&testThree"; // warning
5   }