[jboss-jira] [JBoss JIRA] Created: (JASSIST-24) Javassist doesn't allow duplicate methods (allowed by Java5)

Emmanuel Bernard (JIRA) jira-events at jboss.com
Mon Jul 24 13:15:11 EDT 2006


Javassist doesn't allow duplicate methods (allowed by Java5)
------------------------------------------------------------

                 Key: JASSIST-24
                 URL: http://jira.jboss.com/jira/browse/JASSIST-24
             Project: Javassist
          Issue Type: Bug
            Reporter: Emmanuel Bernard
         Assigned To: Shigeru Chiba


Shigeru Chiba:
A real bug was that Javassist does not allow duplicated
method definitions although Java 5 allows them if one of the
two is a bridge (i.e. volatile) method.  For more details,
see Sec. 15.12.4.5 of Java Lang. Spec. 3rd ed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list