JDK-8065104 : wscompile.properties contains unnecessary double quote character
  • Type: Bug
  • Component: xml
  • Sub-Component: jax-ws
  • Affected Version: 8u40
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2014-11-17
  • Updated: 2014-12-02
  • Resolved: 2014-12-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9Fixed
Related Reports
Relates :  
Description
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}

Comments
Fixed together with JDK-8065870.
02-12-2014

fixed in upstream, in the next jdk9 integration will be fixed.
18-11-2014

The file in the JDK is at: <jdk9-dev>/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/resources/wscompile.properties I see that it does have the superfluous "
17-11-2014