One admin-type of issue: I notice that the top of each .java file includes
CVS info:

/*
 * $Header:
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collection
s/bag/AbstractMapBag.java,v 1.9 2003/12/28 16:36:48 scolebourne Exp $
 * ====================================================================
 *
 * The Apache Software License, Version 1.1
<snip>

Some of which is duplicated in the @version tag:

* @version $Revision: 1.9 $ $Date: 2003/12/28 16:36:48 $

It seems redundant to have both. I would suggest only using the @version tag
for CVS info which seems to jive with other commons projects I've looked
into (but I've not seen them all ;-) Perhaps only using $Id: $ instead.

Gary


> -----Original Message-----
> From: Stephen Colebourne [mailto:[EMAIL PROTECTED]
> Sent: Sunday, December 28, 2003 17:51
> To: Jakarta Commons Developers List
> Subject: [collections] Version 3.0 - The final stretch
> 
> OK, my personal list of coding changes is complete. Its time for bug
> fixing,
> javadoc fixing and releasing. (yes I know its taken a while and I'm a bad
> release manager....)
> 
> I am planning on releasing a snapshot tomorrow to maven. Once that is up,
> the primitives and observable code will be deleted. Then a beta release of
> some kind seems appropriate.
> 
> Anyone who wants to start reviewing [collections] can start now!
> 
> Stephen
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to