History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JRUBY-1513
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Unassigned
Reporter: Micah Martin
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JRuby

Broken polymorphic method invocation when calling a method on a ruby derivative of a java object referenced by another java object.

Created: 04/Nov/07 08:43 AM   Updated: 10/Sep/08 06:59 PM
Component/s: Java Integration
Affects Version/s: JRuby 1.0.0, JRuby 1.0.1, JRuby 1.0.2
Fix Version/s: JRuby 1.1.4

Time Tracking:
Not Specified

File Attachments: 1. Zip Archive jruby.zip (5 kb)

Environment: Mac os x
Issue Links:
Duplicate


 Description  « Hide
I showed this bug to Charles at RubyConf2007. Please see the attached code.
Run the play.rb file
Notice that the last print statement is:
> java bar
It should be:
> ruby bar

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Charles Oliver Nutter - 07/Nov/07 12:45 AM
This is a pretty critical breakage. Fix for 1.1 and 1.0.3.

Bill Dortch - 07/Nov/07 11:32 AM
This is the same as the long-standing JRUBY-199. Will try to look at it this week.

Ola Bini - 19/Aug/08 10:15 AM
Since 199 is resolved, that means this one is too.