https://issues.apache.org/bugzilla/show_bug.cgi?id=55858
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #3 from Sebb <[email protected]> --- Is the exception frequently generated? If not, checking to ensure it does not happen is likely a waste of time. Also the new code creates the string twice; this is unnecessary and somewhat fragile - the same field should be used for both to enure they are identical. If this is a frequent code pattern, there should probably be a common helper method to do the check. This is quite different from Bug 55857 where an empty string does occur frequently. -- You are receiving this mail because: You are the assignee for the bug.
