Colliding methods error incorrectly reported when building extensions ---------------------------------------------------------------------
Key: XMLBEANS-265 URL: http://issues.apache.org/jira/browse/XMLBEANS-265 Project: XMLBeans Type: Bug Components: Compiler Versions: Version 2.1 Environment: WinXP, JDK 1.4 Reporter: Tim Parker When attempting to build a collections of beans with extensions, errors are incorrectly reported if there is any overlap in the method names used by the extensions - extending 'Test1' with a class containing an 'init()' method precludes extending 'Test2' with a different class containing an 'init()' method. The work-around is to build each bean separately, or make all method names globally unique, but neither option is really realistic... -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]