public class _0ModelWizard extends Wizard implements INewWizard {
/**
* This caches an instance of the model package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected _0Package _0Package = _0Package.eINSTANCE;
This generates an error "Cannot reference a field before it is defined"
Shouldn't this reference the _0PackageImpl.eINSTANCE ?
I guess you posted this to both newsgroups, so I anwered in the EMF
newsgroup.
jim wrote:
> With
> EMF 2.0.0
> XSD 2.0.0
> Eclipse 3.0.0
>
> Eclipse Platform
>
> Version: 3.0.0
> Build id: 200403261517
>
> the WSDL file yields/generated the following:
>
> public class _0ModelWizard extends Wizard implements INewWizard {
> /**
> * This caches an instance of the model package.
> * <!-- begin-user-doc -->
> * <!-- end-user-doc -->
> * @generated
> */
> protected _0Package _0Package = _0Package.eINSTANCE;
>
> This generates an error "Cannot reference a field before it is defined"
> Shouldn't this reference the _0PackageImpl.eINSTANCE ?
I guess you posted this to both newsgroups, so I anwered in the EMF
newsgroup.
jim wrote:
> With
> EMF 2.0.0
> XSD 2.0.0
> Eclipse 3.0.0
>
> Eclipse Platform
>
> Version: 3.0.0
> Build id: 200403261517
>
> the WSDL file yields/generated the following:
>
> public class _0ModelWizard extends Wizard implements INewWizard {
> /**
> * This caches an instance of the model package.
> * <!-- begin-user-doc -->
> * <!-- end-user-doc -->
> * @generated
> */
> protected _0Package _0Package = _0Package.eINSTANCE;
>
> This generates an error "Cannot reference a field before it is defined"
> Shouldn't this reference the _0PackageImpl.eINSTANCE ?