You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the generated classes, some of the extends clauses are generated as "extends someNS:someClass", which is erroneous. However, some other classes are generated without such error (which is generated as "extends someNS\someClass").
In the generated classes, some of the extends clauses are generated as "extends someNS:someClass", which is erroneous. However, some other classes are generated without such error (which is generated as "extends someNS\someClass").
To reproduce this, just import the GML feature schema:
<xsd:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/2.1.2/feature.xsd" />
The text was updated successfully, but these errors were encountered: