Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.3.1SDK
-
None
Description
It would be convient if the JCas wrapper generator would create static final String fields for feature names and for the type name, e.g.
public static final String TYPE_NAME = "my.jcastypes.Type";
public static final String FEAT_BEGIN = "begin";
This would allow cleaner programming with JCas wrappers in cases where the names are required. In particular it would allow to detect certain errors at compile-time and facilitate refactoring.