Class extends utility class
Reports classes that extend a utility class.
A utility class is a non-empty class in which all fields and methods are static. Extending a utility class also allows for inadvertent object instantiation of the utility class, because the constructor cannot be made private in order to allow extension.
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
ExtendsUtilityClass
Configure the inspection:
Use the Ignore if overriding class is a utility class option to ignore any classes that override a utility class but are also utility classes themselves.
Here you can find the description of settings available for the Class extends utility class inspection, and the reference of their default values.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Java, 243.23126 |
Thanks for your feedback!