该检查不会检查层次结构深处的接口或超类。
示例:
class Parent {} class Child extends Parent { public Parent Parent() { return null; } }
在该编辑器中可以通过快速修复重命名这些方法。