]
Max Rydahl Andersen closed JBIDE-18186.
---------------------------------------
this is just for internal code fix - already covered by junit IMO.
the issue to test for qe is the linked one.
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