1 /* 2 OuterTypeFilename 3 4 5 */ 6 7 // someexamples of 1.5 extensions 8 package com.puppycrawl.tools.checkstyle.checks.outertypefilename; 9 // violation below 'The name of the outer type and the file do not match.' 10 class InputOuterTypeFilename5NameMismatch { 11 12 13 14 }