You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Cezar Andrei (JIRA)" <xm...@xml.apache.org> on 2009/11/03 00:38:59 UTC

[jira] Reopened: (XMLBEANS-268) Collision detected while generating classnames for (except-case) identical schema names

     [ https://issues.apache.org/jira/browse/XMLBEANS-268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cezar Andrei reopened XMLBEANS-268:
-----------------------------------


I would leave this bug open, because this is really a problem on windows.

> Collision detected while generating classnames for (except-case) identical schema names
> ---------------------------------------------------------------------------------------
>
>                 Key: XMLBEANS-268
>                 URL: https://issues.apache.org/jira/browse/XMLBEANS-268
>             Project: XMLBeans
>          Issue Type: Bug
>    Affects Versions: Version 2
>         Environment: unix
>            Reporter: Mike Barrett
>            Priority: Minor
>
> We have two schemas: 
> slideshow.xsd and slideShow.xsd
> Which have identical names, except case. The issue is that it seems that this causes a name collision, and causes the generated class name to have a number inserted:
> slideshow.xsd --> SlideshowDocumentImpl
> slideShow.xsd --> SlideShowDocument2Impl
> now if you remove the '2' from the slideShow class, you still have two unique java class names. Therefore, I don't see the need to append a number to the generated name.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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