Issue Type: Bug Bug
Assignee: Thomas E Enebo
Created: 12/Dec/12 3:28 AM
Description:

This does not work:

Java::JavaUtilRegex.Pattern.getName()
#=> NoMethodError: undefined method `getName' for Java::JavaUtilRegex::Pattern:Class

...but this does:

Java::JavaUtilRegex.Pattern.compile("").getClass().getName()
#=> "java.util.regex.Pattern"

Project: JRuby
Priority: Major Major
Reporter: Joshua Ballanco
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