TypeMapper fails on unsorted input
Open
- Dominant language
- Java
- Stars
- 276
- Forks
- 223
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I am manipulating DX source directly. Metadata loading (unmarshalling) from a file fails when the metadata has unsorted children.
Profile that fails:
```
Class
true
App
false
true
```
Stack trace:
```
Exception in thread "main" com.sforce.ws.ConnectionException: unable to find end tag at: START_TAG seen ...\n ... @7:30
at com.sforce.ws.bind.TypeMapper.consumeEndTag(TypeMapper.java:441)
at com.sforce.soap.metadata.Profile.load(Profile.java:575)
...
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.