=== Version: 0.1.2 === Revision: 50 Author: Date: 11:44:24 PM, Wednesday, 10 February 2010 Message: Corrected some link-s in JavaDoc comments ---- Modified : /CollectionBeanProperty/trunk/src/org/no0ne/collectionprop/ListProperty.java Modified : /CollectionBeanProperty/trunk/src/org/no0ne/util/ArrayBag.java Revision: 49 Author: Date: 11:39:00 PM, Wednesday, 10 February 2010 Message: Cosmetic. Eliminated some unneeded imports. ---- Modified : /CollectionBeanProperty/trunk/src/org/no0ne/util/ArrayBag.java Revision: 48 Author: Date: 10:32:59 PM, Wednesday, 10 February 2010 Message: [bugfix 11] Bringing in all the enhancement required by the customisation of the behaviour of the ListProperty class/instances in treating null element acceptance and the reaction when receiving a null collection in the bulk (addAll, removeAll and retainAll) operations. ---- Modified : /CollectionBeanProperty/trunk/src/org/no0ne/util/ArrayBag.java Revision: 47 Author: Date: 10:32:37 PM, Wednesday, 10 February 2010 Message: [bugfix 11] Bringing in all the enhancement required by the customisation of the behaviour of the ListProperty class/instances in treating null element acceptance and the reaction when receiving a null collection in the bulk (addAll, removeAll and retainAll) operations. ---- Modified : /CollectionBeanProperty/trunk/src/org/no0ne/collectionprop/ListProperty.java === Version: 0.1.1 === Date: 10:40:19 AM, Tuesday, 7 July 2009 JUnit test cases for the ListProperty. Partial implementation: no support and bound support covered (the restricted and both cases still to go). Date: 10:03:00 PM, Monday, 6 July 2009 BUGFIX: corrected the sequences of addition of new elements in ListProperty, which failed previously if no VetoableListenerSupport was present. Date: 11:14:37 PM, Saturday, 4 July 2009 BUGFIX: corrected a bug in bulk non-contiguous removal (the destination - for pulling the content from upper positions - did not update properly if the first positions were not affected by the removal). Date: 10:29:28 PM, Saturday, 4 July 2009 BUGFIX: the IndexElemPairArray did not adjust correctly the contiguity upon insertion/removal. As a result, the BagArray bulk removal (i.e. removeAll) was incorrectly applied. Date: 3:45:20 AM, Wednesday, 15 April 2009 Cosmentic - eliminated an unnecessary import (to java.util.ArrayList) Date: 3:43:55 AM, Wednesday, 15 April 2009 Cosmetic - eliminated a spurious main method, left from a previous unit testing stage Date: 1:31:06 PM, Monday, 13 April 2009 BUGFIX: corrected a bug in getAffectedValues, where if the provided array has insufficient slots, the method would allocate an Object[] (instead of another array of the same component type as the original).