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 - ALT+Enter/ hints to change declaring method
Summary: ALT+Enter/ hints to change declaring method
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 6 votes (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-19 18:24 UTC by puce
Modified: 2010-01-11 02:12 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!