jruby does not warn about uninitialized instance variables even when warnings 
are enabled
-----------------------------------------------------------------------------------------

                 Key: JRUBY-1451
                 URL: http://jira.codehaus.org/browse/JRUBY-1451
             Project: JRuby
          Issue Type: Bug
          Components: Interpreter
            Reporter: Evan Weaver


MRI:

chloe:~/p/mongrel eweaver$ ruby -w -e '@nobody.nil?'
-e:1: warning: instance variable @nobody not initialized

JRuby:

chloe:~/p/mongrel eweaver$ jruby -w -e '@nobody.nil?'
chloe:~/p/mongrel eweaver$ 


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