[
https://issues.apache.org/jira/browse/OWB-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul J. Reder updated OWB-278:
------------------------------
Attachment: cleanup_INFO_and_DEBUG.patch
With the recent commits I had to update my previous patch. The first patch is
no longer applicable. The newly attached patch (cleanup_INFO_and_DEBUG.patch)
applies to trunk as of revision 910330.
The new cleanup patch still contains the previous patch (moving the existing
DEBUG messages back into the source since they don't need to be translated).
The new cleanup patch also re-levels some of the INFO logs to be DEBUG logs
(and moves them into the source). The INFO logs that were re-levelled primarily
fall into the category of "I'm entering or exiting this method" and are of use
to OWB developers but not our end users. This new patch also cleans up the INFO
message numbers to make them contiguous (for now).
I believe this is the final set of work to establish a pattern of product-level
resource bundle use. After this it would just need to be kept up to date as the
code changes.
> Remove DEBUG messages from resource bundle since they don't need to be
> translated.
> ----------------------------------------------------------------------------------
>
> Key: OWB-278
> URL: https://issues.apache.org/jira/browse/OWB-278
> Project: OpenWebBeans
> Issue Type: Improvement
> Components: Core
> Affects Versions: M4
> Environment: All
> Reporter: Paul J. Reder
> Assignee: Gurkan Erdogdu
> Fix For: M4
>
> Attachments: cleanup_INFO_and_DEBUG.patch, remove_debug.patch
>
>
> DEBUG messages never need to be translated, so having them in the resource
> bundle is just confusing. Put the messages back into the code for easier
> debugging. The attached patch also corrects some typos in the messages.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.