forked from phoedos/pmd
Allan Caplan
071b18e4c5
Per the discussion on the forums: http://sourceforge.net/forum/forum.php?thread_id=1495353&forum_id=188192
This new rule checks for exceptions which are hidden from the re-throw. So, when an exception is caught and a new exception thrown, the old exception is not passed into the new exception. This sucks for trying to debug problems. git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4382 51baf565-9d33-0410-a72c-fc3788e3496d
Per the discussion on the forums: http://sourceforge.net/forum/forum.php?thread_id=1495353&forum_id=188192
…
…
Description
Languages
Java
75.5%
Apex
9.7%
Kotlin
9.1%
ANTLR
2.7%
PLSQL
1%
Other
1.8%