TypeSystemMgr.addFeature should default multipleReferencesAllowed argument to
false.
------------------------------------------------------------------------------------
Key: UIMA-395
URL: https://issues.apache.org/jira/browse/UIMA-395
Project: UIMA
Issue Type: Bug
Components: Core Java Framework
Affects Versions: 2.1
Reporter: Adam Lally
Priority: Trivial
Fix For: 2.2
This isn't a problem exposed to users, but is confusing for developers.
In the type system descriptor, the default value for multipleReferencesAllowed
is false. However, in the internal API TypeSystemMgr.addFeature, the default
is true. I think that default should be changed to false to be consistent.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.