A quick-fix is suggested to rename the inner class field.
Example:
class Outer {
private String name;
class Inner {
private String name;
}
}
Use the option to choose whether this inspection should report all name clashes, or only clashes with fields that are visible from the inner class.