]
Vlado Pakan commented on JBIDE-18186:
-------------------------------------
Please provide steps to verify this Jira
XMLMemento cannot parse a file where first node is a comment
------------------------------------------------------------
Key: JBIDE-18186
URL:
https://issues.jboss.org/browse/JBIDE-18186
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: common/jst/core
Affects Versions: 4.2.0.CR1
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 4.2.0.CR1
The class XMLMemento, originally taken from upstream eclipse, is unable to parse a xml
input stream if the first node is not an Element. This restriction should be worked
around. This is a patch needed by astools for solving /JBIDE-18130