Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 565647 - [15] Selection of Inner class for rename-refactor does not highlight the type reference in permits
Summary: [15] Selection of Inner class for rename-refactor does not highlight the type...
Status: CLOSED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.17   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: BETA J15   Edit
Assignee: Kalyan Prasad Tatavarthi CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 561403
  Show dependency tree
 
Reported: 2020-07-29 09:21 EDT by Manoj N Palat CLA
Modified: 2020-07-31 05:30 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manoj N Palat CLA 2020-07-29 09:21:54 EDT
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.
Comment 1 Kalyan Prasad Tatavarthi CLA 2020-07-31 05:30:37 EDT
Works in the Y-build Y20200729-0630. So, closing this bug.