Menu

#348 new rule: method declares throws RuntimeException

open
nobody
None
5
2013-02-16
2011-09-16
No

A method should not bother declaring that it throws a RuntimeException. It does not need to be caught because it is not checked. Even when Java is calling the code.

Discussion


Log in to post a comment.