Closed GoogleCodeExporter closed 8 years ago
Catching Throwable would make bugs even harder to find.
Code should almost never catch Throwable, and a Hamcrest matcher is the wrong
place
to do this kind of error handling.
Original comment by nat.pr...@gmail.com
on 2 Oct 2008 at 8:24
I agree on your point about Throwables, off course.
But still, this case generates hard to find bugs.
Original comment by jonas.be...@gmail.com
on 2 Oct 2008 at 9:41
Original issue reported on code.google.com by
jonas.be...@gmail.com
on 15 Nov 2007 at 4:47