Flagging untrapped errors in UI
Hi,
Just wondered if there could be a feature to warn us of events (User
Initiated code as opposed to internal) where there is no exception handling?
Sill things like:
button_click()
{
// call code with no try catch;
}
Where it could blow up the entire app if something isn't done about it.
Dino
Please sign in to leave a comment.
Hello Dean,
we do not plan to incorporate such a functionality into ReSharper's error
highlighting,
because it would produce somewhat doubtful warnings. But I agree that having
an option
to find all callbacks that do not handle exceptions would be very useful,
we already
faced this need many times ourselves. So a plugin for ReSharper implementing
such a
feature would be great. May be we should do it, or someone else.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"