Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty string arrays are not supported #258

Closed
reckart opened this issue Jul 6, 2022 · 0 comments
Closed

Empty string arrays are not supported #258

reckart opened this issue Jul 6, 2022 · 0 comments
Assignees
Labels
Milestone

Comments

@reckart
Copy link
Member

reckart commented Jul 6, 2022

Describe the bug
The UIMA Java SDK renders empty string arrays as an empty XML attribute. This is something cassis can currently neither parse nor generate.

    <noNamespace:StringArrayHolder xmi:id="25" stringArray=""/>

Expected behavior
Should work.

Please complete the following information:

  • Version: 0.7.1
@reckart reckart added the 🐛Bug label Jul 6, 2022
@reckart reckart added this to the 0.7.2 milestone Jul 6, 2022
@reckart reckart self-assigned this Jul 6, 2022
reckart added a commit to simonmeoni/dkpro-cassis that referenced this issue Jul 6, 2022
- Extend test data to cover empty string array
- Fix parsing empty string array from XMI
- Fix serializing empty string array to XMI
reckart added a commit that referenced this issue Jul 6, 2022
…ation (#257)

#258 - Empty string arrays are not supported

- Extend test data to cover empty string array
- Fix parsing empty string array from XMI
- Fix serializing empty string array to XMI

Co-authored-by: Richard Eckart de Castilho <richard.eckart@gmail.com>
@reckart reckart closed this as completed Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant