wscompile.properties contains unnecessary double quote character

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P5
    • 9
    • Affects Version/s: 8u40
    • Component/s: xml
    • None
    • Environment:

      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}

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

              Created:
              Updated:
              Resolved: