Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
10.7.1.1
-
None
-
Low
Description
code does an instanceof check on Diagnosable much after multiple casts to Diagnosable occurs above it.
Move the instanceof check up before the first cast, so that it does some good.