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

wscompile.properties contains unnecessary double quote character

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P5 P5
    • 9
    • 8u40
    • xml
    • None
    • Found using
      Linux,Windows

      java version "1.8.0_40-ea"
      Java(TM) SE Runtime Environment (build 1.8.0_40-ea-b07)
      Java HotSpot(TM) Client VM (build 25.40-b11, mixed mode)

    • generic
    • generic

      The property "wsimport.AUTH_INFO_LINENO" in properties file
      jaxws/drop/jaxws_src/src/com/sun/tools/internal/ws/resources/wscompile.properties

      contains a spurious double quote character that is not matched with a closing quote. The proposed fix is to either remove the double quote, or add a closing quote, e.g.
      194c194
      < "line {0} of {1}
      ---
      > line {0} of {1}

            mkos Miroslav Kos (Inactive)
            tellison Tim Ellison
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: