Two Java methods bound to same JRubyMethod does not give appropriate 
warnings/errors
------------------------------------------------------------------------------------

                 Key: JRUBY-4054
                 URL: http://jira.codehaus.org/browse/JRUBY-4054
             Project: JRuby
          Issue Type: Bug
          Components: Miscellaneous
    Affects Versions: JRuby 1.3.1
            Reporter: Thomas E Enebo


Spin-off from JRUBY-3845:
But the underlying issue is that if you have the same Ruby method name bound to 
two Java method names, we don't handle it or fail gracefully. In this case, 
"pop" was being bound to two Java methods, pop(ThreadContext) and 
pop19(ThreadContext, IRubyObject). Fixing pop19 to just be pop resolved the 
issue, but we still need to add appropriate logic/warnings/etc to the 
annotation binding process so it doesn't just fail to generate one of the 
invokers.

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