Improve formatting of messages with no message parameters
---------------------------------------------------------
Key: WODEN-195
URL: https://issues.apache.org/jira/browse/WODEN-195
Project: Woden
Issue Type: Improvement
Reporter: John Kaputin
Assignee: John Kaputin
Fix For: M8
Attachments: woden195.patch
Minor improvement to how formatted messages are handled by Woden when there are
no message parameters involved.
1. Permit the ErrorReporter.getFormattedMessage API method to accept null
instead of an empty Object array
2. Eliminate unnecessary use of local variables in calls to ErrorReporter
3. Define a static empty Object array in MessageFormatter to pass to
MessageFormat instead of a null value when no message parms are used (seems to
work OK with a null value, but the java.text.MessageFormat javadoc does not
explicitly permit nulls, so am adding this step to avoid possible JRE
implementation differences in future).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]