[GitHub] ant issue #58: Use StringBuilder instead of StringBuffer as it offers high p...

2018-02-18 Thread bodewig
Github user bodewig commented on the issue: https://github.com/apache/ant/pull/58 The changes to `FixCRLF`, `TaskOutputStream`, `VerifyJar`, `Message`, `TraxLiaison` and `RegexpPatternMapper` all change instance variables of classes that might be used in a mutlithreaded context. In

[GitHub] ant issue #58: Use StringBuilder instead of StringBuffer as it offers high p...

2018-02-15 Thread reudismam
Github user reudismam commented on the issue: https://github.com/apache/ant/pull/58 Undo edits to src/main/org/apache/tools/ant/listener/MailLogger.java and src/main/org/apache/tools/ant/taskdefs/Parallel.java ---

[GitHub] ant issue #58: Use StringBuilder instead of StringBuffer as it offers high p...

2018-02-05 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant/pull/58 Overall, IMO, this can't be a general find/replace change and instead needs to be checked for individuals places where the `StringBuffer` is used and whether the change to `StringBuilder` will impact

[GitHub] ant issue #58: Use StringBuilder instead of StringBuffer as it offers high p...

2018-02-05 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/ant/pull/58 Can one of the admins verify this patch? --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail:

[GitHub] ant issue #58: Use StringBuilder instead of StringBuffer as it offers high p...

2018-02-05 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/ant/pull/58 Can one of the admins verify this patch? --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: