Re: [PR] Changed string concatenations to chained calls of append() [tomcat]

2025-03-27 Thread via GitHub
rmaucher commented on PR #835: URL: https://github.com/apache/tomcat/pull/835#issuecomment-2757236637 Doing this should not be needed for constant strings (so the IDE does not complain about it). -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [PR] Changed string concatenations to chained calls of append() [tomcat]

2025-03-27 Thread via GitHub
rmaucher closed pull request #835: Changed string concatenations to chained calls of append() URL: https://github.com/apache/tomcat/pull/835 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

[PR] Changed string concatenations to chained calls of append() [tomcat]

2025-03-26 Thread via GitHub
dk2k opened a new pull request, #835: URL: https://github.com/apache/tomcat/pull/835 Justification: each string concatenation becomes an anonimous stringbuilder, from which toString() result is used. It's about performance. -- This is an automated message from the Apache Git Service. T