Interfaces seems to have lost the "equals" method after Java Integration work
-----------------------------------------------------------------------------

                 Key: JRUBY-2926
                 URL: http://jira.codehaus.org/browse/JRUBY-2926
             Project: JRuby
          Issue Type: Bug
          Components: Java Integration
            Reporter: Ola Bini


Some time during the refactoring of JI, the equals method seems to have been 
lost for interfaces. Compare:

{noformat}
require 'java'
java.util.HashMap.new.equals nil
{noformat}

with

{noformat}
require 'java'
java.util.Map.new.equals nil
{noformat}



-- 
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