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
Problem description
During the course of JSON serializer implementation, we have understood there are serialization cases which are not handled properly in XML serialization logic. Null values in both Rule model and XML might not be handled and eventually result in NullPointerException being thrown. Those cases should be recognized and covered.
TIP:
Refer to JSON serializer code and null case tests.
Suggested solution
Recognize not covered null cases in XML serializer
Fix them and cover those changes with tests
Acceptance criteria
Tests are prepared
Code review is done
The text was updated successfully, but these errors were encountered:
Problem description
During the course of JSON serializer implementation, we have understood there are serialization cases which are not handled properly in XML serialization logic. Null values in both Rule model and XML might not be handled and eventually result in
NullPointerException
being thrown. Those cases should be recognized and covered.TIP:
Refer to JSON serializer code and null case tests.
Suggested solution
Acceptance criteria
The text was updated successfully, but these errors were encountered: