Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Version 5.0.1
-
None
-
Ubuntu 20.04 LTS, jdk 11
Description
SCENARIO: Using scomp bin to generate xml model, it goes on error due to xsd node label.
DETAIL: if there are a node labeled "dummyList" and its child is an array of "dummy", scomp will try to build two methods labeled "dummyList" generating a java error.
To try this bug, it's possibile to use this command:
scomp -out airquality.jar http://dd.eionet.europa.eu/schemas/id2011850eu-1.0/AirQualityReporting.xsd
The XSD is public and free to access
Attachments
Issue Links
- relates to
-
XMLBEANS-225 JDK1.5 generated code fails to compile if you have both a List of XXX and XXXList elements
- Open
-
XMLBEANS-306 method name conflicts when using javascource 1.5 for elements: compInfo (unbounded) and compInfoList, a method is created named getCompInfoList
- Resolved