When listening for changes to observable lists with a ListChangeListener, it would help debugging a lot, if a useful toString method was added to the changes themselves, so we could however over the change events in the debugger and get a useful summary such as
Addition of 3 items: "Apple", "Orange", "Banana".
or
Removal of items 2, 3, and 9.
Addition of 3 items: "Apple", "Orange", "Banana".
or
Removal of items 2, 3, and 9.
- duplicates
-
JDK-8101520 ListChangeListener$Change.toString() is not implemented
-
- Resolved
-