Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1
-
None
Description
The JCas code generated for setting string values uses the ll_setStringValue method in the CASImpl. This method does not check if the type of the feature being set is a subtype of String with allowed values, and doesn't throw the needed exception if the item being set is not in the set of allowed values.