https://glazedlists.dev.java.net/issues/show_bug.cgi?id=481 Issue #|481
Summary|SequenceDependenciesEventPublisher.clearRelatedListene
|r() swapped parameters
Component|glazedlists
Version|current
Platform|All
OS/Version|All
URL|
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|core
Assigned to|jessewilson
Reported by|brunomedeiros
------- Additional comments from
brunomedeiros@... Mon Oct 12 15:48:47 +0000 2009 -------
Apparently SequenceDependenciesEventPublisher.clearRelatedListener() calls
removeListener with wrong swapped parameters:
public void clearRelatedListener(Object subject, Object relatedListener) {
removeListener(relatedListener, subject);
}
---------------------------------------------------------------------
To unsubscribe, e-mail:
issues-unsubscribe@...
For additional commands, e-mail:
issues-help@...