[Bug 56801] Avoid duplicated String to CharArray conversion in the loop of Matcher#matchName

2014-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56801 --- Comment #3 from Konstantin Kolinko --- (In reply to Christopher Schultz from comment #1) > I think the real question is whether or not the String.toCharArray even > belongs here. Agreed. I changed visibility of the new method to be pri

[Bug 56801] Avoid duplicated String to CharArray conversion in the loop of Matcher#matchName

2014-08-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56801 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56801] Avoid duplicated String to CharArray conversion in the loop of Matcher#matchName

2014-08-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56801 --- Comment #1 from Christopher Schultz --- I think the real question is whether or not the String.toCharArray even belongs here. Back in the dark days, only fools used String.charAt and instead used String.toCharArray followed by direct in

[Bug 56801] Avoid duplicated String to CharArray conversion in the loop of Matcher#matchName

2014-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56801 Sheldon Shao changed: What|Removed |Added Attachment #31865|0 |1 is patch|