This is necessary because currently all results that come
back from the validator are based on plain text strings.
These can neither be localized nor changed by the resulting
application without using .equals or using regular expressions.
Even if these solutions where to be employed they would
break as soon as a new message was added or an existing one
changed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=548066
why is that necessary?
Logged In: YES
user_id=1323413
This is necessary because currently all results that come
back from the validator are based on plain text strings.
These can neither be localized nor changed by the resulting
application without using .equals or using regular expressions.
Even if these solutions where to be employed they would
break as soon as a new message was added or an existing one
changed.