JDK-4946065 : please use string.concat for concatenation two strings
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 5.0
  • Priority: P5
  • Status: Closed
  • Resolution: Not an Issue
  • OS: solaris_8
  • CPU: generic
  • Submitted: 2003-10-30
  • Updated: 2004-04-09
  • Resolved: 2004-04-09
Description
s+t should use String.concat() instead of StringBuffer/Builder

Comments
PUBLIC COMMENTS ...
10-06-2004

EVALUATION String.concat has the wrong behavior when s is null. ###@###.### 2004-04-09
09-04-2004