Inspectopedia 2025.3 Help

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.

Locating this inspection

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
Via Settings dialog

Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.

Settings or Preferences | Editor | Inspections | Java | Inheritance issues

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.

Inspection ID: ExtendsUtilityClass

Inspection options

Here you can find the description of settings available for the Class extends utility class inspection, and the reference of their default values.

Ignore if overriding class is a utility class

Option ID:

ignoreUtilityClasses

Default value:

Not selected

Suppressing Inspection

You can suppress this inspection by placing the following comment marker before the code fragment where you no longer want messages from this inspection to appear:

//noinspection ExtendsUtilityClass

More detailed instructions as well as other ways and options that you have can be found in the product documentation:

Inspection Details

By default bundled with:

IntelliJ IDEA 2025.3, Qodana for JVM 2025.3,

Last modified: 03 December 2025