Bug 11068

Summary: Surround with try/catch: change/remove [code manipulation] [refactoring]
Product: [Eclipse Project] JDT Reporter: Stein M. Eliassen <dulci>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: enhancement    
Priority: P3 CC: dirk_baeumer
Version: 2.0Keywords: investigate
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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...