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

Minor improvements in java.net.URI

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • 20
    • None
    • core-libs
    • None
    • b04

      - use String.equalsIgnoreCase() instead of hand-written code relying on String.charAt()
      - use String.compareToIgnoreCase() instead of hand-written code relying on String.charAt()
      - drop branches that are never executed
      - drop unused argument from URI.resolvePath()
      - simplify String-related operations

            stsypanov Sergey Tsypanov
            stsypanov Sergey Tsypanov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: