mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 11:05:29 +00:00
67104dd615
This specific commit affects all points in the casebase where the argument of a StringBuilder.append() call is itself a regular String concatenation. This defeats the purpose of using StringBuilder and also introduces an extra alloction. These changes should avoid that. ant tests have run, succeeded on local machine. Removing test files from the changes. Another suggested rework.