Issue Type: Bug Bug
Affects Versions: JRuby 1.7.3
Assignee: Unassigned
Components: Java Integration
Created: 24/Apr/13 10:02 AM
Description:

I have some code on swing button action. This code changes some property with listener on it too. Property listener was added using block.
Something like that:
object.addPropertyListener property do |evt|
return if pass_event?
do_something
end
And that return in the inner callback seems to return from enclosing callback.

In --1.9 mode. In --1.8 mode that code worked fine.

Environment: jruby 1.7.3 (1.9.3p385) 2013-04-08 fffffff on Java HotSpot(TM) Client VM 1.7.0_15-b03 [Windows 7-x86]
Project: JRuby
Priority: Critical Critical
Reporter: Gunchin Alexey
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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