java.lang.String concatenation spec is unnecessarily strong

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: