Java interface module method binding reorganization
---------------------------------------------------
Key: JRUBY-4465
URL: http://jira.codehaus.org/browse/JRUBY-4465
Project: JRuby
Issue Type: Bug
Components: Java Integration
Reporter: Nick Sieger
We may be able to gain some efficiency and improved "principle of least
surprise" by moving method bindings/definitions for java interfaces to the
interface modules we create on the Ruby side. For example, in
http://gist.github.com/275481, java.util.ArrayList defines a bunch of methods
even though most of the methods are defined in java.util.List.
A related side-effect of this bug is that since 07e838b on trunk we don't
define underscored methods on interface proxies that wrap Ruby objects. (See
http://gist.github.com/275434 for a test case.) If the underscored methods were
just defined on the interface module, then we'd be able to make up that
regression as well.
--
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