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

Simplify String.indexOf/lastIndexOf calls

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • 19
    • None
    • security-libs
    • b16

      In a few places String.indexOf/lastIndexOf methods are called with default parameter for index: 0 for indexOf, length() for lastIndexOf.
      I propose to cleanup such calls. It makes code a bit easier to read. In case of indexOf it even could be faster, as there is separate intrinsic for indexOf call without index argument.

            aturbanov Andrey Turbanov
            aturbanov Andrey Turbanov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: