Community
Participate
Working Groups
sealed class X permits Outer.Inner{} // This Inner does not get selected final class Outer { final class Inner extends X{ } // select Inner for rename - refactor } Though the Inner in permits Outer.Inner does not get selected the rename refactor works because the search works; the issue is only in highlighting.
Works in the Y-build Y20200729-0630. So, closing this bug.