You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instanceof will always return false
This instanceof test will always return false. Although this is safe, make sure it isn't an indication of some misunderstanding or some other logic error.
Bug kind and pattern: BC - BC_IMPOSSIBLE_INSTANCEOF
instanceof will always return false in [...], since a RuntimeException can't be a InterruptedException
It appears as through the Exception is being turned into a RuntimeException incorrectly, before analysis.
This also appears to have been reported against Findbugs: