This rule checks that classes inheriting from classes with the suffix Eto end with the same suffix.
public class TestClass extends AbstractEto {}
public class TestEto extends AbstractEto {}