View Javadoc
1   package org.checkstyle.suppressionxpathfilter.missingoverride;
2   
3   public class InputXpathMissingOverrideInheritDocInvalidPublicMethod {
4       /**
5        * {@inheritDoc}
6        */
7       public static void test() { // warn
8   
9       }
10  }