Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8155215

java.lang.String concatenation spec is unnecessarily strong

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • core-libs
    • b117

      JLS 15.18.1, "String Concatenation Operator +" does not mandate any specific implementation for String concatenation.

      The Javadoc for java.lang.String makes an unnecessarily stronger claim:
        * The Java language provides special support for the string
        * concatenation operator ( + ), and for conversion of
        * other objects to strings. String concatenation is implemented
        * through the {@code StringBuilder}(or {@code StringBuffer})
        * class and its {@code append} method.

      We should relax this in Javadoc too.

            shade Aleksey Shipilev
            shade Aleksey Shipilev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: