View Javadoc
1   package org.checkstyle.suppressionxpathfilter.parametername;
2   
3   class InputXpathParameterNameDifferentPattern {
4   
5       void method2(int V2) { // warn
6       }
7   }