
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
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.
|
|
Description
|
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. |
Show » |
| There are no comments yet on this issue.
|
|