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

Remove redundant calls of toString() on String objects

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • 8
    • 7, 8
    • core-libs
    • None
    • b96

      A DESCRIPTION OF THE REQUEST :
      Call toString method in String object is unnecessary, because it is already a string and itself is returned.

      JUSTIFICATION :
      redundant method, this object (which is already a string!) is itself returned.

            dholmes David Holmes
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: