serge created JRUBY-6340: ---------------------------- Summary: java.lang.Object.equals and java.lang.Object.hashCode have trouble with jruby object after serialization Key: JRUBY-6340 URL: https://jira.codehaus.org/browse/JRUBY-6340 Project: JRuby Issue Type: Bug Components: Java Integration Affects Versions: JRuby 1.6.5, JRuby 1.6.3 Environment: winXP, java 1.6.23, jruby 1.6.3 Reporter: serge Attachments: equals_hash_test.rb, Tester.java, ZeroI.java
JRuby methods "==" (java method "equals") and "hashCode" (java method "hashCode") work correctly on Java side with created on the fly jruby objects , but not with deserialized jruby objects. First pass of equals_hash_test.rb works OK. Second pass of equals_hash_test.rb (with deserialized objects) produces incorrect (or unexpected?) result. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.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