A class is empty if it doesn't contain any fields, methods, constructors, or initializers. Empty classes often remain after significant changes or refactorings.
Configure the inspection:
Use the Ignore class if it is a parametrization of a super type option to ignore classes that parameterize a superclass. For example:
class MyList extends ArrayList<String> {}
java.lang.Throwable
.