Bug 11068 - Surround with try/catch: change/remove [code manipulation] [refactoring]
Summary: Surround with try/catch: change/remove [code manipulation] [refactoring]
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2002-03-09 08:23 EST by Stein M. Eliassen CLA
Modified: 2003-06-17 09:22 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stein M. Eliassen CLA 2002-03-09 08:23:57 EST
The following addtions for manipulating try/catch would be very helpful:

* Option for changing the surrounding try/catch to a throw instead.
* Option to remove the surrounding try/catch.
* Adding finally?
Comment 1 Erich Gamma CLA 2002-03-10 17:02:34 EST
all good suggestions, we consider for after 2.0
Comment 2 Dirk Baeumer CLA 2002-07-23 09:35:06 EDT
[code manipulation]

Should consider for 2.1
Comment 3 Dirk Baeumer CLA 2003-04-24 11:44:15 EDT
Item 1 and 2 can be done via quick assist (ctrl + 1). No action planned to 
support adding finally (IMO typing it in having keywords in code assist now is 
even faster).
Comment 4 David Corbin CLA 2003-06-17 09:22:07 EDT
I"d like to see an option for "surround with try/finnally", too...