Bug 491448 - An "Override as visible" quickfix for "method not visible"
Summary: An "Override as visible" quickfix for "method not visible"
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.5   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-11 11:58 EDT by Mickael Istria CLA
Modified: 2016-04-11 12:01 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mickael Istria CLA 2016-04-11 11:58:19 EDT

    
Comment 1 Mickael Istria CLA 2016-04-11 12:01:05 EDT
If a method is not visible, there is no quickfix available.
An interesting one would be an "Override and delegate as visible" that would create the overriden version of the method, with visibility set to something convenient, and with default implementation being super.method(...).