You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by xm...@xml.apache.org on 2004/10/12 00:49:55 UTC

[jira] Closed: (XMLBEANS-53) Two *unrelated* extensions cannot implement the same method

Message:

   The following issue has been closed.

   Resolver: Cezar Andrei
       Date: Mon, 11 Oct 2004 3:49 PM

This error happens when two methods with the same name and argument types are defined for the same interface. This check is necesary to avoid later javac errors.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XMLBEANS-53

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XMLBEANS-53
    Summary: Two *unrelated* extensions cannot implement the same method
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: WON'T FIX

    Project: XMLBeans
 Components: 
             Compiler
   Versions:
             Version 1.0.3

   Assignee: Cezar Andrei
   Reporter: jean-christophe.pazzaglia

    Created: Tue, 31 Aug 2004 3:31 AM
    Updated: Mon, 11 Oct 2004 3:49 PM
Environment: Windows 2000, JDK 1.4.2_05

Description:
According that 2 *unrelated* extensions are defining a method with the
same signature, the compiler complains about duplicate.
error: Colliding methods 'm()' in interfaces ATypeInterface and BTypeInterface.

(maybe related to issue 33)


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org