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

Key: RSRP-22269
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Shaporenkov
Reporter: Dmitry Shaporenkov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

'Create error-handling wrapper' context action

Created: 06 Aug 06 14:36   Updated: 29 Dec 06 19:09
Component/s: Context actions
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=22269


 Description  « Hide
The following situation often arises when using unreliable and poorly documented APIs. I have a method invocation which may throw any exceptions and I don't really care of them - I'd only like to preserve against them. The proposed context action should create a wrapper static method which calls the unreliable method and handles any exception. Additionally, the context action should suggest to search for other invocations of the same unreliable method and replace them with calls to the newly created wrapper.

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.