You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: