SETFEATURE action does not work for Float-valued features
---------------------------------------------------------

                 Key: UIMA-2313
                 URL: https://issues.apache.org/jira/browse/UIMA-2313
             Project: UIMA
          Issue Type: Bug
          Components: TextMarker
            Reporter: Alex Nevidomsky
            Priority: Minor


In org.apache.uima.textmarker.action.SetFeatureAction.execute() numberExpr is 
checked for being uima.cas.Integer or uima.cas.Double but not for 
uima.cas.Float 
Float is quite popular for storing confidence values (and it is used 
exclusively in uima.tt, not Double)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to