Issue Type: Bug Bug
Assignee: Thomas E Enebo
Created: 12/Jun/12 2:59 PM
Description:

this snippet:

require 'java'

class JFrameDescendant < javax.swing.JFrame

def initialize
@panel = 3
end
end
JFrameDescendant.new

Results in this message:

repro.rb:1 warning: instance vars on non-persistent Java type
JFrameDescendant (http://wiki.jruby.org/Persistence)

Which may not be accurate, since the descendant is pure ruby, so should be happy with instance vars, shouldn't it?

see http://www.ruby-forum.com/topic/4341042

Project: JRuby
Priority: Major Major
Reporter: Roger Pack
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