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

Summary: Support for changing the complete method signature
Product: editor Reporter: ieising <ieising>
Component: RefactoringAssignee: Ralph Ruijs <ralphbenjamin>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 65780    

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