Community
Participate
Working Groups
Build Identifier: 1. Create Tigestripe project with Enumeration artifact 2. Select artifact in Tigerstripe explorer and open dropdown menu 3. Select "Constant" item to add constant for the Enumeration Constant is added, but with type "String" (and the Enumeration of type int) Error is displayed in problems view The type of label 'literal0' in 'com.mycompany.Enumeration' is incompatible with the defined base type for this Enumeration Artifact ( expected='int', found='String'). Reproducible: Always
One minor clarification on point#2: Right click on artifact > New > Constant.
Issue fixed.
Verified