ListListModel.retainAll doesn't fire change
-------------------------------------------
Key: RCP-504
URL: http://opensource.atlassian.com/projects/spring/browse/RCP-504
Project: Spring Framework Rich Client Project
Issue Type: Bug
Components: Binding System, Helper Classes
Affects Versions: 0.1.0
Reporter: Johannes Bergmann
Probably it should fire a change like the removeAll method do:
boolean b = items.retainAll(c);
if (b) {
fireContentsChanged(this, -1, -1);
}
return b;
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|