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 59834 - Support for changing the complete method signature
Summary: Support for changing the complete method signature
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks: 65780
  Show dependency tree
 
Reported: 2005-06-10 13:43 UTC by ieising
Modified: 2011-05-23 12:21 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 ieising 2005-06-10 13:43:06 UTC
Hi,

Although it is possible to change the method parameters of a mehtod, it is not
possible to change the 'throws' clause, which would be very handy as well.

I would really love to see this enhancement.

Iwan
Comment 1 Ralph Ruijs 2011-05-23 12:21:38 UTC
It is not clear to me how this enhancement should work. Changing (adding or removing) a throws clause can hardly be automated, as it needs new (or remove old) logic about what should happen when the exception is thrown. Changing the type of a throws clause gives similar problems.

Changing to wontfix