[jdom-commits] CVS update: jdom-wip/src/java/org/jdom

arosen at cvs.jdom.org arosen at cvs.jdom.org
Wed Oct 31 14:05:35 PST 2001


Date:	Wednesday October 31, 2001 @ 22:05
Author:	arosen

Update of /home/cvspublic/jdom-wip/src/java/org/jdom
In directory www.nmemonix.com:/tmp/cvs-serv325

Modified Files:
	AttributeFilter.java DocumentContentFilter.java 
	ElementContentFilter.java ElementFilter.java 
Log Message:
We now use the principle that it's fine to try to remove an item that isn't
in the list - simply nothing will happen. So we now return true from
checkRemove() if the item is of an unexpected type, or has an unexpected 
parent. Previously we would return false, which would throw an exception,
which isn't how List.remove() should work.

===================================================================
File: AttributeFilter.java	Status: Up-to-date

   Working revision:	1.9	Wed Oct 31 22:05:35 2001
   Repository revision:	1.9	/home/cvspublic/jdom-wip/src/java/org/jdom/AttributeFilter.java,v

   Existing Tags:
	No Tags Exist

===================================================================
File: DocumentContentFilter.java	Status: Up-to-date

   Working revision:	1.7	Wed Oct 31 22:05:35 2001
   Repository revision:	1.7	/home/cvspublic/jdom-wip/src/java/org/jdom/DocumentContentFilter.java,v

   Existing Tags:
	No Tags Exist

===================================================================
File: ElementContentFilter.java	Status: Up-to-date

   Working revision:	1.9	Wed Oct 31 22:05:35 2001
   Repository revision:	1.9	/home/cvspublic/jdom-wip/src/java/org/jdom/ElementContentFilter.java,v

   Existing Tags:
	No Tags Exist

===================================================================
File: ElementFilter.java	Status: Up-to-date

   Working revision:	1.8	Wed Oct 31 22:05:35 2001
   Repository revision:	1.8	/home/cvspublic/jdom-wip/src/java/org/jdom/ElementFilter.java,v

   Existing Tags:
	No Tags Exist




More information about the jdom-commits mailing list