java.util.HashMap.new.kind_of? java.util.Map returns false ----------------------------------------------------------
Key: JRUBY-5365 URL: http://jira.codehaus.org/browse/JRUBY-5365 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.6RC1 Environment: daniels@lounge ~ $ java -version java version "1.6.0_22" Java(TM) SE Runtime Environment (build 1.6.0_22-b04) Java HotSpot(TM) Client VM (build 17.1-b03, mixed mode, sharing) daniels@lounge ~ $ java -jar jruby-complete-1.6.0.RC1.jar -S irb Reporter: Daniel Sheppard Assignee: Thomas E Enebo irb(main):001:0> require 'java' java.=> true irb(main):002:0> java.util.HashMap.new.kind_of? java.util.HashMap => true irb(main):003:0> java.util.HashMap.new.kind_of? java.util.Map => false This was working in some version of jruby I had installed recently - I'm guessing 1.5.6. The specs for tiny_ds are failing for me since upgrading to 1.6.0RC1 due to this bug. -- 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