1 /* 2 OuterTypeFilename 3 4 5 */ 6 7 package com.puppycrawl.tools.checkstyle.checks.outertypefilename; 8 9 class Foo {} // violation 'The name of the outer type and the file do not match.' 10 enum FooEnum {}