Richard Eckart de Castilho created UIMA-6353:
------------------------------------------------
Summary: Logger_common_impl.error(String arg0, Object arg1, Object
arg2) swallows last argument
Key: UIMA-6353
URL: https://issues.apache.org/jira/browse/UIMA-6353
Project: UIMA
Issue Type: Bug
Components: Core Java Framework
Affects Versions: 3.1.1SDK
Reporter: Richard Eckart de Castilho
Assignee: Richard Eckart de Castilho
Fix For: 3.2.0SDK
{{Logger_common_impl.error(String arg0, Object arg1, Object arg2)}} does not
pass the second object argument down to the logging framework. This can cause
e.g. exceptions to be not logged with their stack traces if the last argument
is an exception or it can cause placeholders not to be filled. The issue
affects all logging levels.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)