Bug 491448

Summary: An "Override as visible" quickfix for "method not visible"
Product: [Eclipse Project] JDT Reporter: Mickael Istria <mistria>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 4.5   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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(...).