You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instances of Ruby classes that implement an interface do not correctly respond to Dynamic Proxy invocations, and instead throw Exceptions. Please run the attached TestUnit case to see errors.
The text was updated successfully, but these errors were encountered:
headius
changed the title
CLONE - Instances of Ruby classes that implement an interface do not correctly respond to Dynamic Proxy invocations
Instances of Ruby classes that implement an interface do not correctly respond to Dynamic Proxy invocations
Dec 29, 2014
kares
added a commit
to kares/jruby
that referenced
this issue
Nov 20, 2015
…each Ruby-landia
... before going to_java again (this time without type information beyond Object)
so this really could only be implemented by handling (Java) proxies in a special way
From http://jira.codehaus.org/browse/JRUBY-6861. Look for attachments and repro there.
Instances of Ruby classes that implement an interface do not correctly respond to Dynamic Proxy invocations, and instead throw Exceptions. Please run the attached TestUnit case to see errors.
The text was updated successfully, but these errors were encountered: