I am reviewing some code.
I have notice some empty catch blocks. Not a good idea since somethings do not work and you cannot see why.
Is there an easy way to
Press Ctrl + Shift + F. Expand Find options. Check Use Regular Expressions Paste this regex.
catch\s*(\(\s*Exception(\s*\w+)?\))?\s*\{\s*\}