This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 170668

Summary: ALT+Enter/ hints to change declaring method
Product: java Reporter: puce <puce>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description puce 2009-08-19 18:24:50 UTC
When the return type or the list of checked exceptions changes, ALT+Enter/ hints (the little yellow light bulb in the
left side vertical gutter) should provide the solutions:
- exceptions: 
 -- Remove exceptions from <current method>
 -- Add exceptions to <declaring method> (if the source of the declaring superclass/ interface is available and editable)

- return type:
 -- Change return type of <current method>
 -- Change return type of <declaring method> (if the source of the declaring superclass/ interface is available and
editable)

See Eclipse!