Pattern: File name and outer type name do not match
Issue: -
Outer type name and the file name should match to avoid any confusion or misunderstanding. For example, the class Foo
must be in a file named Foo.java
.
<module name="OuterTypeFilename"/>