It looks like some changes to #67 break SpecUtils and the Java Sample
It looks like valueType was added to Event.java, then removed in favour of auto-detecting the type but some things were missed in the change:
SpecUtils
- Function createEventTypeSpecBuilder Tries to use Event.valueType for adding a field
TouchPortalSampleJavaPlugin
- customStateWithEvent and stateWithEventTypeText still have the valueType Annotation
- The comment for customStateWithEventInSubCat is missing the starting line
/**