getodk / validate

ODK Validate is a Java application for confirming that a form is valid and compliant with the ODK XForms specification. Contribute and make the world a better place! ✨🔍✨
https://docs.getodk.org/validate/
Other
9 stars 26 forks source link

Remove "See above for the errors" #88

Closed lognaturel closed 1 week ago

lognaturel commented 1 year ago

There are two messages that say "See above for the errors":

https://github.com/getodk/validate/blob/79204416473845e3afa25074f47de67982d2d194/src/org/opendatakit/validate/FormValidator.java#L514

https://github.com/getodk/validate/blob/79204416473845e3afa25074f47de67982d2d194/src/org/opendatakit/validate/FormValidator.java#L435

The messages are printed out: https://github.com/getodk/validate/blob/master/src/org/opendatakit/validate/ErrorListener.java#L16

I believe the errors will always be below.

I think we should remove "See above for the errors" instead of changing it to "below" because it doesn't add anything.

yuhaoban commented 9 months ago

Hi @lognaturel, could I contribute on this issue as a beginning? Thanks!