View in project all lines where a certain exception may be thrown

Answered

Hello,

I'd like to find all places in a project where a certain exception may be thrown. The exception is unchecked, so I cannot look for catch / throws clauses. Any way to find all places in a project where this exception may be thrown?

Thanks in advance

0
3 comments
Avatar
Permanently deleted user

I don't think you've read my question entirely or the post you linked me to; I said that "The exception is unchecked, so I cannot look for catch / throws clauses." The post you linked me suggests clicking on the "throws" keyword to highlight all uses.

0

There was a helpful plugin:

https://plugins.jetbrains.com/plugin/8157-checkmate

Also, there are some exceptions turned off by default, please check Editor | Inspections.

0

Please sign in to leave a comment.