This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 443345 - Annotation validation test failures after platform pre-req update in 3.7.0 build
Summary: Annotation validation test failures after platform pre-req update in 3.7.0 build
Status: ASSIGNED
Alias: None
Product: WTP Webservices
Classification: WebTools
Component: jst.ws.jaxws (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Shane Clarke CLA
QA Contact: Shane Clarke CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-04 13:43 EDT by Shane Clarke CLA
Modified: 2014-09-04 19:00 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shane Clarke CLA 2014-09-04 13:43:11 EDT
Annotation validation rules/tests have started failing in the 3.7.0 builds after updating the platform pre-req to http://download.eclipse.org/eclipse/downloads/drops4/I20140902-0800/

https://hudson.eclipse.org/webtools/job/WTP-R3_7_Integration/89/#showFailuresLink
Comment 1 Shane Clarke CLA 2014-09-04 13:56:39 EDT
Possibly related to a change in jdt.apt.core.

Annotation values are now returning with surrounding quotation marks which when then passed to org.apache.xerces.util.XMLChar.isValidName in the validation rules will return false causing the test failures and invalid errors on annotated code.

Need to investigate further.