Bug 15231 - Miscellaneous patches to i18n
Summary: Miscellaneous patches to i18n
Status: CLOSED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: I18N Taglib (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-10 14:30 UTC by Jon Evans
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments
Fix incorrect usage example in javadocs (687 bytes, patch)
2002-12-10 14:33 UTC, Jon Evans
Details | Diff
simplify debug logging calls (1.86 KB, patch)
2002-12-10 14:43 UTC, Jon Evans
Details | Diff
BundleTEI: remove redundant constructor (695 bytes, patch)
2002-12-10 15:54 UTC, Jon Evans
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Evans 2002-12-10 14:30:03 UTC
I have created this bug so I can attach miscellaneous patches to the i18n taglib.
Comment 1 Jon Evans 2002-12-10 14:33:11 UTC
Created attachment 4110 [details]
Fix incorrect usage example in javadocs
Comment 2 Jon Evans 2002-12-10 14:43:39 UTC
Created attachment 4112 [details]
simplify debug logging calls
Comment 3 Jon Evans 2002-12-10 15:54:01 UTC
Created attachment 4114 [details]
BundleTEI: remove redundant constructor
Comment 4 Glenn Nielsen 2002-12-17 03:43:01 UTC
Thanks for the patches.  I have applied 1 & 3.  I did not apply patch
2 to change the debug logging.  Your changes would have added an extra
method call with string creation even when debug was false, degrading
performance.