View Javadoc
1   /*xml
2   <module name="Checker">
3     <module name="TreeWalker">
4       <module name="OuterTypeFilename"/>
5     </module>
6   </module>
7   */
8   package com.puppycrawl.tools.checkstyle.checks.outertypefilename;
9   
10  // xdoc section -- start
11  // violation below 'The name of the outer type and the file do not match.'
12  class Example2ButNotSameName {}
13  // xdoc section -- end