IOJavaAddons.AnyIO pollutes Object unnecessarily ------------------------------------------------
Key: JRUBY-5444 URL: http://jira.codehaus.org/browse/JRUBY-5444 Project: JRuby Issue Type: Bug Components: Java Integration Affects Versions: JRuby 1.6RC1 Reporter: Nick Sieger Assignee: Nick Sieger Fix For: JRuby 1.6RC2 {noformat} $ jruby -e "require 'java'; require 'stringio'; p Fixnum.method('to_channel')" org/jruby/RubyKernel.java:1988:in `method': undefined method `to_channel' for class `#<Class:0x1003299f6>' (NameError) from -e:1:in `(root)' [exited with 1] $ jruby -e "require 'stringio'; require 'java'; p Fixnum.method('to_channel')" #<Method: Class(Object)#to_channel> {noformat} I think this is just an oversight that happened when the fix for JRUBY-3586 was applied. -- 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