Many usages within the JDK use StringBuffer when they could be replaced by the non-thread-safe equivalent StringBuilder
- duplicates
-
JDK-6837325 URLEncoder and URLDecoder classes should use StringBuilder, not StringBuffer
-
- Closed
-
-
JDK-6481181 (str) Excess Synchronisation: Replace StringBuffer by StringBuilder when possible
-
- Closed
-
- relates to
-
JDK-8343456 Use append() without string concatentation in MultiUIDefaults.toString
-
- Open
-
-
JDK-8043342 Replace uses of StringBuffer with StringBuilder within crypto code
-
- Resolved
-