Commit Graph

3 Commits

Author SHA1 Message Date
Lampros Smyrnaios 8d3c8324ae Change the type of the "warnings" and "errors" fields of "Guideline.Result" to "List<String>", in order to be encoded by Spark. 2024-01-25 12:54:24 +02:00
Lampros Smyrnaios 43de723494 - Refactor the "XMLApplicationProfile.ValidationResult" and "Guideline.Result" to provide only getter and setter methods.
- Use the Guava's "Lists.newArrayList()" when converting an "Iterable" to a List.
2024-01-15 14:30:44 +02:00
Lampros Smyrnaios 465534509a - Fix not overriding the methods of the "Result" interface, where needed.
- Fix the parameter-type of the "Result.setStatus()" method.
- Group duplicate code in one utilities-method.
2023-12-22 15:53:22 +02:00