Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.1.6
-
Fix Version/s: JRuby 1.2
-
Component/s: Interpreter
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
The same instanceof test is performed twice in an if statement. The patch provides what I think was intended.
This was highlighted in the recent FindBugs work under JRUBY-2292.
Fixed in commit 8380. Thanks for the patch James.