History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-2818
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Eugene Vigdorchik
Reporter: Andrei Oprea
Votes: 1
Watchers: 1
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Add intention to change the method signature along with adding the exception to the method

Created: 03 Mar 05 08:27   Updated: 13 Sep 05 00:14
Component/s: Editor. Intention Actions
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: WinXP

Build: 3,242


 Description  « Hide
Right now, if I add some new code that has an unhandled exception inside a method body, I get an intention to add the exception to the method signature. It would be good to have one for the change method refactoring, so I can deal with the exception propagation in the call tree.

 All   Comments   Work Log   Change History      Sort Order:
Rob Harwood - 13 Sep 05 00:14
I agree. This seems like a great time saver, considering that the alternative is either a) incompletely fixed (still broken) code or b) you must remember the name of the exception (or copy it) and then move to the declaration of the method (instead of the line with the error), and then invoke CMS.