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
{{ message }}
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
Declaring an enumeration for the first time in a spec like this in Person.java
/** * Basic enumeration example. Note that the fully qualified value name needs * to be added and the first time the enumeration is used the build needs * to be run. */@DataField.Default(value="org.eclipse.ice.renderer.PersonEnum.TALL");
@DataFieldpublicPersonEnumheight;
causes the following errors in Eclipse:
Multiple markers at this line
- Syntax error, insert "enum Identifier" to complete
EnumHeaderName
- Syntax error, insert "EnumBody" to complete EnumDeclaration
This appear to resolve after a Maven build.
The text was updated successfully, but these errors were encountered:
Declaring an enumeration for the first time in a spec like this in Person.java
causes the following errors in Eclipse:
This appear to resolve after a Maven build.
The text was updated successfully, but these errors were encountered: