Minor improvements in java.net.URI

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P5
    • 20
    • Affects Version/s: None
    • Component/s: 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

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

              Created:
              Updated:
              Resolved: