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

Do not parse XMLs manually #4

Open
kinow opened this issue Sep 26, 2015 · 1 comment
Open

Do not parse XMLs manually #4

kinow opened this issue Sep 26, 2015 · 1 comment

Comments

@kinow
Copy link
Member

kinow commented Sep 26, 2015

At the moment we have a bunch of if conditions for parsing the XMLs, and we also use regular expressions.

Yesterday I committed a fix for a NPE that happened because of one of these if's. This is still possible to happen, and makes our code less readable and brittle.

@kinow
Copy link
Member Author

kinow commented Sep 26, 2015

We have to fix that in other classes as well now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant