Re: [math] proposed ordering for task list, scope of initial release

2003-06-07 Thread Al Chou
--- Phil Steitz <[EMAIL PROTECTED]> wrote: > >>* Improve numerical accuracy of Univariate and BivariateRegression > >>statistical > >>computations. Encapsulate basic double[] |-> double mean, variance, min, > max > >>computations using improved formulas and add these to MathUtils. (probably > >>sho

DO NOT REPLY [Bug 20571] - Validator doesn't pick up message replacement args

2003-06-07 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator Field.java

2003-06-07 Thread dgraham
dgraham 2003/06/07 23:03:16 Modified:validator/src/share/org/apache/commons/validator Field.java Log: The new getArg(String, int) method did not meet the contract of the older getArg0(String) method. When the Arg for the given key is not found, it should try to return the defaul

DO NOT REPLY [Bug 20571] - Validator doesn't pick up message replacement args

2003-06-07 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator Field.java

2003-06-07 Thread dgraham
dgraham 2003/06/07 22:29:27 Modified:validator/src/share/org/apache/commons/validator Field.java Log: Changed toString() method. Revision ChangesPath 1.17 +26 -26 jakarta-commons/validator/src/share/org/apache/commons/validator/Field.java Index: Field.java

Re: [math] proposed ordering for task list, scope of initial release

2003-06-07 Thread Phil Steitz
* Improve numerical accuracy of Univariate and BivariateRegression statistical computations. Encapsulate basic double[] |-> double mean, variance, min, max computations using improved formulas and add these to MathUtils. (probably should add float[], int[], long[] versions as well.) Then refactor

Re: [math] proposed ordering for task list, scope of initial release

2003-06-07 Thread Phil Steitz
Al Chou wrote: [deletia]**2 * Improve numerical accuracy of Univariate and BivariateRegression statistical computations. Encapsulate basic double[] |-> double mean, variance, min, max computations using improved formulas and add these to MathUtils. (probably should add float[], int[], long[] ver

cvs commit: jakarta-commons-sandbox/configuration/xdocs tasks.xml

2003-06-07 Thread henning
henning 2003/06/07 12:30:44 Modified:configuration/src/java/org/apache/commons/configuration BasePathConfiguration.java BasePropertiesConfiguration.java ClassPropertiesConfiguration.java Compo

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator Field.java

2003-06-07 Thread dgraham
dgraham 2003/06/07 12:25:59 Modified:validator/src/share/org/apache/commons/validator Field.java Log: Somewhere along the way hArg0 was moved to private instead of protected, so move it back. Revision ChangesPath 1.16 +5 -6 jakarta-commons/validator/src/share

Re: [collections] Notifying/Observable design choices

2003-06-07 Thread _matthewHawthorne
I haven't been involved in the discussion, but on first glance, I give Proposal #3 a +1... since it seems to allow for flexibility in event data, exception handling, and performance by creating subclasses. On Sat, 2003-06-07 at 10:07, Stephen Colebourne wrote: > Three possible designs (so far): >

DO NOT REPLY [Bug 20557] - Improved CreditCard validation and minor refactoring

2003-06-07 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://nagoya.apache.org/bugzilla/show_bu

Re: [math] proposed ordering for task list, scope of initial release

2003-06-07 Thread Al Chou
--- Phil Steitz <[EMAIL PROTECTED]> wrote: [deletia] > OK, long-winded disclaimer aside, here is how I see the task list ordered: > > * The RealMatrixImpl class is missing some key method implementations. The > critical thing is solution of linear systems. We need to implement a > numerically soun

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator CreditCardValidator.java GenericValidator.java

2003-06-07 Thread dgraham
dgraham 2003/06/07 12:13:21 Modified:validator/src/share/org/apache/commons/validator CreditCardValidator.java GenericValidator.java Log: Added validation options to CreditCardValidator to allow only certain card types to pass validation. This required Cr

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator CreditCardValidator.java

2003-06-07 Thread dgraham
dgraham 2003/06/07 11:31:18 Modified:validator/src/share/org/apache/commons/validator CreditCardValidator.java Log: Refactored prefix checking into card specific methods. Revision ChangesPath 1.5 +73 -47 jakarta-commons/validator/src/shar

Re: [math] Complex dilemmas

2003-06-07 Thread Al Chou
--- Phil Steitz <[EMAIL PROTECTED]> wrote: > Al Chou wrote: > > One question that comes to mind is: "What problems does having complex > > mathematics solve?" Basically I am wondering whether we should consider > how or > > even if real-world users would employ these facilities before going throu

cvs commit: jakarta-commons-sandbox/configuration/src/java/org/apache/commons/configuration BasePathConfiguration.java BaseConfiguration.java BasePropertiesConfiguration.java ConfigurationFactory.java DOM4JConfiguration.java PropertiesConfiguration.java XMLConfiguration.java

2003-06-07 Thread henning
henning 2003/06/07 11:24:00 Modified:configuration/src/java/org/apache/commons/configuration BaseConfiguration.java BasePropertiesConfiguration.java ConfigurationFactory.java DOM4JConfiguration.java

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator ValidatorException.java

2003-06-07 Thread dgraham
dgraham 2003/06/07 11:06:43 Modified:validator/src/share/org/apache/commons/validator ValidatorException.java Log: Doc changes only. Revision ChangesPath 1.4 +22 -24 jakarta-commons/validator/src/share/org/apache/commons/validator/Validat

cvs commit: jakarta-commons-sandbox/configuration/src/test/org/apache/commons/configuration TestConfigurationFactory.java

2003-06-07 Thread henning
henning 2003/06/07 10:57:29 Modified:configuration project.xml configuration/src/java/org/apache/commons/configuration ConfigurationFactory.java CompositeConfiguration.java configuration/src/test/org/apache/com

cvs commit: jakarta-commons-sandbox/configuration/xdocs tasks.xml

2003-06-07 Thread henning
henning 2003/06/07 10:57:17 Modified:configuration/xdocs tasks.xml Log: Adding some todo items to the task list Revision ChangesPath 1.2 +17 -1 jakarta-commons-sandbox/configuration/xdocs/tasks.xml Index: tasks.xml

DO NOT REPLY [Bug 20523] - Model FileUpload model to mimic javax.servlet.Request

2003-06-07 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20523] - Model FileUpload model to mimic javax.servlet.Request

2003-06-07 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://nagoya.apache.org/bugzilla/show_bu

[collections] Notifying/Observable design choices

2003-06-07 Thread Stephen Colebourne
Three possible designs (so far): Proposal #1 (Heuer/MailingList) public boolean addAll(int index, Collection coll) { int oldSize = backingList.size(); boolean returnVal = backingList.addAll(index, coll); int newSize = backingList.size(); if (returnVal) {

Re: [collections][lang] submission: NotifyingCollections (observable) / o.a.c.l.event

2003-06-07 Thread Stephen Colebourne
From: "Neil O'Toole" <[EMAIL PROTECTED]> > - Decorators for Collection, List, and Set (NotifyingCollection, > NotifyingList, NotifyingSet). I would like our end solution to cover the Bag, SortedSet and SortedBag interfaces too. > - Two types of notification: "post-modification" (or 'historical') >

DO NOT REPLY [Bug 20579] New: - org.apache.commons.validator.GenericValidator.isEmail validator fails for address "toto@web.de./de"

2003-06-07 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20570] - [math] t-distribution

2003-06-07 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20570] - [math] t-distribution

2003-06-07 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons-sandbox/math/src/java/org/apache/commons/math/stat/distribution TDistributionImpl.java TDistribution.java DistributionFactory.java DistributionFactoryImpl.java

2003-06-07 Thread mdiggory
mdiggory2003/06/07 06:57:54 Modified:math/src/test/org/apache/commons/math/stat/distribution DistributionFactoryImplTest.java math/src/java/org/apache/commons/math/stat/distribution DistributionFactory.java

[GUMP] Build Failure - commons-jxpath

2003-06-07 Thread Ted Husted
jxpath 20030607 [echo] junit.jar = /home/rubys/jakarta/dist/junit/junit.jar [echo] jaxp.jaxp.jar = /home/rubys/jakarta/xml-xerces2/java/build/xmlParserAPIs.jar [echo] jaxp.xslt.jar = /home/rubys/jakarta/xml-xalan/java/build/xalan-unbundled.jar [echo] servl

DO NOT REPLY [Bug 20523] - Model FileUpload model to mimic javax.servlet.Request

2003-06-07 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20523] - Model FileUpload model to mimic javax.servlet.Request

2003-06-07 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20523] - Model FileUpload model to mimic javax.servlet.Request

2003-06-07 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20523] - Model FileUpload model to mimic javax.servlet.Request

2003-06-07 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://nagoya.apache.org/bugzilla/show_bu