https://issues.apache.org/bugzilla/show_bug.cgi?id=56682

--- Comment #7 from Sebb <[email protected]> ---
(In reply to Sebb from comment #1)
> ... whether all the antipatterns
> really represent problems is another matter. 

For example, catching Exception rather than a list of specific Exceptions.

For code that wants to be able to continue following an Exception, it would be
necessary to catch all the possible checked Exceptions as well as
RuntimeException. This can get very messy.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to