DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7058>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7058 QName.toString() should use StringBuffer concat to improve perf [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Enhancement ------- Additional Comments From [EMAIL PROTECTED] 2002-03-12 19:04 ------- Most Java compilers automatically recognize the case of multiple string concatenations and use a stringbuffer (or equivalent) under the covers. Unless you have experimental evidence that the proposed change makes a significant difference, I think we can trust the compiler and leave it as it stands.
