Allow coerced objects to revert to their original parent object when passed 
back into Java
------------------------------------------------------------------------------------------

                 Key: JRUBY-4716
                 URL: http://jira.codehaus.org/browse/JRUBY-4716
             Project: JRuby
          Issue Type: Improvement
    Affects Versions: JRuby 1.4
            Reporter: Christopher Bayliss
            Assignee: Thomas E Enebo
         Attachments: EqualityTester.java, Rakefile, test.rb

If a Java object is coerced by JRuby and then passed back into Java the 
returned object reference will not be the same as the original. This can break 
Java code that expects identical object references such as code that uses == 
instead of .equals to test for equality.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to