Java names with only on capital letter not getting Ruby shortcuts defined
-------------------------------------------------------------------------

                 Key: JRUBY-5788
                 URL: http://jira.codehaus.org/browse/JRUBY-5788
             Project: JRuby
          Issue Type: Bug
          Components: Java Integration
    Affects Versions: JRuby 1.6.1
            Reporter: Thomas E Enebo
            Assignee: Thomas E Enebo
            Priority: Blocker
             Fix For: JRuby 1.6.2


This is a regression since 1.5.6:

{noformat}
class A {
  public int bigO() { return 0; }
  public int getX() { return 1; }
}
{noformat}

In these two cases we should see big_o, get_x, and x defined.  Currently, none 
are defined.  I have a fix and some specs for this coming up...

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