Method name same as parent class name
Reports methods that have the same name as the superclass of the method's class, as such a method name may be confusing.
This inspection doesn't check interfaces or superclasses deep in the hierarchy.
Example:
class Parent {}
class Child extends Parent {
public Parent Parent() {
return null;
}
}
A quick-fix that renames such methods is available only in the editor.
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for JVM 2023.3 |
Plugin: | Java, 233.SNAPSHOT |
Last modified: 13 July 2023