Inspectopedia
 
2024.3

Class explicitly extends 'Object'

Warning
New
Last modified: 03 December 2024

Reports any classes that are explicitly declared to extend java.lang.Object.

Such declaration is redundant and can be safely removed.

Example:

The quick-fix removes the redundant extends Object clause: