Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 47610 invoked from network); 2 Jul 2003 22:57:11 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 2 Jul 2003 22:57:11 -0000 Received: (qmail 13662 invoked by uid 97); 2 Jul 2003 22:59:42 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 13655 invoked from network); 2 Jul 2003 22:59:41 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 2 Jul 2003 22:59:41 -0000 Received: (qmail 47363 invoked by uid 500); 2 Jul 2003 22:57:09 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 47352 invoked from network); 2 Jul 2003 22:57:08 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 2 Jul 2003 22:57:08 -0000 Received: (qmail 13651 invoked by uid 50); 2 Jul 2003 22:59:38 -0000 Date: 2 Jul 2003 22:59:38 -0000 Message-ID: <20030702225938.13650.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: commons-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 21295] New: - [math] incorported the commons-collections Bag type into Frequency. X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=21295 [math] incorported the commons-collections Bag type into Frequency. Summary: [math] incorported the commons-collections Bag type into Frequency. Product: Commons Version: unspecified Platform: All OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Sandbox AssignedTo: commons-dev@jakarta.apache.org ReportedBy: brent@worden.org I removed all the counting logic from Frequency and replaced it with a Bag which provides the same functionality. I ran all unit tests and everything passed. While I was in there, I added javadoc comments and fixed some checkstyle complaints. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org