|
From: Jan H. (JIRA) <no...@sp...> - 2008-01-08 08:03:32
|
SimpleValidationResultsReporter reports wrong message
-----------------------------------------------------
Key: RCP-515
URL: http://jira.springframework.org/browse/RCP-515
Project: Spring Framework Rich Client Project
Issue Type: Bug
Affects Versions: 0.1.0
Reporter: Jan Hoskens
Assignee: Jan Hoskens
Priority: Minor
Fix For: 1.0.0
The implementation of SimpleValidationResultsReporter checks for errors to update the Messagable but then searches for any validationMessage to report.
As its name suggests, it should just check for messages instead of only errors to correct its behaviour.
Another issue here is that it doesn't take the severity into account: eg a warning should only be displayed when there are no errors.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|