Analyze unchecked exceptions Permanently deleted user Created February 25, 2015 00:11 Hi,Is there a way in Intellij Idea to show which unchecked exceptions "could" be thrown in the control flow path?Cheers
I wrote a plugin that does this.
You can customize the search process to exclude classes or exceptions from it.
https://plugins.jetbrains.com/idea/plugin/8157-checkmate
Thats great. Thank you very much