Reports any
instanceof
expressions on
catch
block parameters. Testing the type of
catch
parameters is usually better done by having separate
catch
blocks, rather than
instanceof
.