Example

public class ClassA extends TestClass {

}


Solution
Rename the TestClass subclass to satisfy the naming convention.


public class NewTestClass extends TestClass {

}