Pattern: Catching RuntimeException
Issue: -
Checks for catching a RuntimeException
. In most cases that is too broad or general. It should usually be restricted to framework or infrastructure code, rather than application code.
Pattern: Catching RuntimeException
Issue: -
Checks for catching a RuntimeException
. In most cases that is too broad or general. It should usually be restricted to framework or infrastructure code, rather than application code.