Re: Small patch for unusual situation.

2004-06-27 Thread matthew.hawthorne
Adam Jenkins wrote: Sorry, just realized there is 'System.out' code which will need to be removed...email me if you want me to rip it out. (didn't use a logger due to classloading isolation testing requirements :) ). You should submit this as an enhancement in Bugzilla, so it doesn't get lost.

Re: Small patch for unusual situation.

2004-06-27 Thread Adam Jenkins
Sorry, just realized there is 'System.out' code which will need to be removed...email me if you want me to rip it out. (didn't use a logger due to classloading isolation testing requirements :) ). On Mon, 28 Jun 2004 01:06 pm, Adam Jenkins wrote: > Hi Guys, > > Here's a tiny patch if you want i

Re: [net] Javadoc question

2004-06-27 Thread Daniel F. Savarese
In message <[EMAIL PROTECTED]>, Steve Cohen writes: >These broken links are almost all of the following form > > > >Of course, these won't work. > >Can someone help me answer these questions? > >How did they ever work? >Is this the result of some global search and replace gone awry? >What is t

Small patch for unusual situation.

2004-06-27 Thread Adam Jenkins
Hi Guys, Here's a tiny patch if you want it. It's for a very limited situation that probably only is ever going to affect a small number of developers, however I've implemented it in a very non intrusive manner, so it won't impact the majority of developers. The method in question is org.ap

[chain] Promotion scheduled for Wednesday, June 30

2004-06-27 Thread mrdon
As per the instructions - http://wiki.apache.org/jakarta-commons/MovingFromSandboxToProper - this is to notify developers I plan to move commons-chain from the sandbox into commons proper on Wednesday, June 30. If anyone has any outstanding commits, please perform them before then. Thanks. Don

DO NOT REPLY [Bug 28862] - ftp directory parsing doesn't work at ftp://ftp.infobiogen.fr

2004-06-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 29833] New: - Enhancement on the documentation for non-public classes and inner classes

2004-06-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [net] Javadoc question

2004-06-27 Thread matthew.hawthorne
Steve Cohen wrote: What is the "right" way to express such links in javadoc? Relative paths? is there some sort of "root" notation that would correctly resolve intra-project javadoc links such as these? Finally, can maven, which generates these page from source help somehow in setting these u

cvs commit: jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feedparser MetaFeedParser.java

2004-06-27 Thread burton
burton 2004/06/27 18:17:37 Added: feedparser/src/java/org/apache/commons/feedparser MetaFeedParser.java Log: Support for RSS 2.0 dates Revision ChangesPath 1.1 jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feed

DO NOT REPLY [Bug 29832] New: - Broken behaviour for BasicDataSource.setMaxActive(0)/setMaxIde(0)

2004-06-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 29794] - Add convenience format(long) methods to FastDateFormat

2004-06-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feedparser/tools ISO8601DateParser.java

2004-06-27 Thread burton
burton 2004/06/27 18:04:37 Modified:feedparser/src/java/org/apache/commons/feedparser AtomFeedParser.java RSSFeedParser.java feedparser/src/java/org/apache/commons/feedparser/tools ISO8601DateParser.java Log: Support for

Re: [Collections]: FilteredXxx Contribution

2004-06-27 Thread Stephen Colebourne
From: "Venkatesh Prasad Ranganath" <[EMAIL PROTECTED]> > > It is written as a decorator, but restriction is not as mentioned > > above. It is written in a way that it subsumes some of the > > predicated class behavior. In simple words, a filtered map provides > > a decorated "view" to the map

Re: [Collections]: FilteredXxx Contribution

2004-06-27 Thread Venkatesh Prasad Ranganath
Venkatesh Prasad Ranganath wrote: Stephen Colebourne wrote: Do you mean you have a FilteredMap or a FilteredList? Both are quite useful I assume that it works by simply restricting those elements of the complete map/list that can be seen? And is it written as a decorator, extending AbstractList/

[net] Javadoc question

2004-06-27 Thread Steve Cohen
I recently saw defect #29230 against commons-net. http://issues.apache.org/bugzilla/show_bug.cgi?id=29230 in which the author notices a broken link within the javadocs. I looked into this further and discovered that almost all of the handcoded links in the javadocs for commons-net are broken si

Re: [Collections]: FilteredXxx Contribution

2004-06-27 Thread Venkatesh Prasad Ranganath
Stephen Colebourne wrote: Do you mean you have a FilteredMap or a FilteredList? Both are quite useful I assume that it works by simply restricting those elements of the complete map/list that can be seen? And is it written as a decorator, extending AbstractList/MapDecorator? It is written as a d

DO NOT REPLY [Bug 29830] New: - More extraction methods to CollectionUtils.

2004-06-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 29829] New: - Filtered Maps, Lists, and Sets

2004-06-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [Collections]: FilteredXxx Contribution

2004-06-27 Thread Stephen Colebourne
From: "Venkatesh Prasad Ranganath" <[EMAIL PROTECTED]> > > Perhaps the steps would be to > > 1) Add your current code to a Bugzilla entry so we can see it and check the > > basic principle > > Does this mean that if there is no Bugzilla entry, I just create one and use that as the contribution refe

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/moment FirstMoment.java FourthMoment.java Kurtosis.java SecondMoment.java Skewness.java ThirdMoment.java Variance.java

2004-06-27 Thread psteitz
psteitz 2004/06/27 12:37:52 Modified:math/src/java/org/apache/commons/math/stat/univariate/moment FirstMoment.java FourthMoment.java Kurtosis.java SecondMoment.java Skewness.java ThirdMoment.java Variance.java Log:

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/stat/univariate/moment FourthMomentTest.java SecondMomentTest.java ThirdMomentTest.java FirstMomentTest.java

2004-06-27 Thread psteitz
psteitz 2004/06/27 12:33:38 Modified:math/src/test/org/apache/commons/math/stat/univariate UnivariateStatisticAbstractTest.java math/src/test/org/apache/commons/math/stat/univariate/moment FirstMomentTest.java Added:

Re: [Collections]: FilteredXxx Contribution

2004-06-27 Thread Venkatesh Prasad Ranganath
Stephen Colebourne wrote: Do you mean you have a FilteredMap or a FilteredList? Both are quite useful I assume that it works by simply restricting those elements of the complete map/list that can be seen? And is it written as a decorator, extending AbstractList/MapDecorator? Perhaps the steps would