Re: [math] AbstractStorelessStats stores raw data.

2013-08-02 Thread Phil Steitz
On 8/2/13 3:09 PM, Ajo Fod wrote: > The class design of AbstractStorelessStats (Storeless) suggests that it is > storing data in its parent AbstractUnivariate (Parent) and there are > methods accesible to a child of this class that shouldn't be to something > that is storeless in: > > private doubl

[math] AbstractStorelessStats stores raw data.

2013-08-02 Thread Ajo Fod
The class design of AbstractStorelessStats (Storeless) suggests that it is storing data in its parent AbstractUnivariate (Parent) and there are methods accesible to a child of this class that shouldn't be to something that is storeless in: private double[] storedData; ... perhaps Percentile etc s

Re: [csv] record.get APIs for primitive types

2013-08-02 Thread Gary Gregory
On Thu, Aug 1, 2013 at 8:23 PM, Paul Benedict wrote: > I can see that we should provide a decorator/delegate (CSVRecordWrapper?) > that has these additional methods and defers them to Beanutils. We should > use our other Commons project to accomplish the pluggable and configurable > conversion. B

Re: svn commit: r1509328 - /commons/proper/csv/trunk/NOTICE.txt

2013-08-02 Thread Gary Gregory
On Fri, Aug 2, 2013 at 5:43 AM, sebb wrote: > On 2 August 2013 02:19, Gary Gregory wrote: > > On Thu, Aug 1, 2013 at 8:00 PM, sebb wrote: > > > >> On 1 August 2013 17:58, wrote: > >> > Author: ggregory > >> > Date: Thu Aug 1 16:58:31 2013 > >> > New Revision: 1509328 > >> > > >> > URL: http:

Re: [csv] record.get APIs for primitive types

2013-08-02 Thread Oliver Heger
Am 02.08.2013 02:34, schrieb James Carman: > Okay, totally forgot we had ConvertUtils in BeanUtils. So, since we > have the functionality, especially for Strings, and it's extensible, > we could recommend that in the Javadocs perhaps. > > That Converter API is screaming for some generics action!

Re: [email] Problem parsing EMail-Attachmentfilename (ISO-8859-15)

2013-08-02 Thread Olaf Kaus
Hi Thomas, now I can reproduce this bug. I use the same environment as the customer does (Thunderbird and rawtext with iso-encoding). So I created the JIRA-ISSUE: EMAIL-130 Kind regards, Olaf 2013/8/2 Thomas Neidhart > Hi Olaf, > > you could al

Re: [email] Problem parsing EMail-Attachmentfilename (ISO-8859-15)

2013-08-02 Thread Thomas Neidhart
Hi Olaf, you could also strip all sensitive information from the raw email, just the relevant headers are interesting for a unit test. Thanks, Thomas On Fri, Aug 2, 2013 at 4:54 PM, Olaf Kaus wrote: > Hi Thomas, > > thanks for your fast answer. Jap, my solution only fix the ISO-FormatI >

Re: [email] Problem parsing EMail-Attachmentfilename (ISO-8859-15)

2013-08-02 Thread Olaf Kaus
Hi Thomas, thanks for your fast answer. Jap, my solution only fix the ISO-FormatI can create an issue, but I can't attach the original email because it's a customer email with contract-data. I try to reproduce this bug with an other email.If a had success, I create an issue in the tracking sys

Re: [email] Problem parsing EMail-Attachmentfilename (ISO-8859-15)

2013-08-02 Thread Thomas Neidhart
Dear Olaf, it looks like that the filename in the data source is not properly extracted. Your change would work for ISO-8859-15 encoded filenames but maybe not for other encodings, so we should fix this in a general way. Could you please create an issue on the bug tracker https://issues.apache.or

Re: [math] new feature to allow infinite limits in numerical integration.

2013-08-02 Thread Ajo Fod
However, the infinite class would have allowed integration from [-Inf, >> C!=0]. >> Can you manage that with Gauss Hermite? >> > > I don't think so (non-authoritative answer). > that the answer is 1).] > > Just Posted MATH-1015 which describes how you'd do this with your integration methods. Cheer

[email] Problem parsing EMail-Attachmentfilename (ISO-8859-15)

2013-08-02 Thread Olaf Kaus
Hi, first: Thank you for your good work! I use common-email-1.3.1 to parse emails from a imap-server. After parsing an email with an pdf-attachment I received the following attachment-filename: ISO-8859-15''%5A%E4%68%6C%65%72%73%74%61%6E%64%73%6D%69%74%74 But the filename should be “Zählerstandsmi

Re: svn commit: r1509328 - /commons/proper/csv/trunk/NOTICE.txt

2013-08-02 Thread sebb
On 2 August 2013 10:43, sebb wrote: > On 2 August 2013 02:19, Gary Gregory wrote: >> On Thu, Aug 1, 2013 at 8:00 PM, sebb wrote: >> >>> On 1 August 2013 17:58, wrote: >>> > Author: ggregory >>> > Date: Thu Aug 1 16:58:31 2013 >>> > New Revision: 1509328 >>> > >>> > URL: http://svn.apache.org/

Re: svn commit: r1509328 - /commons/proper/csv/trunk/NOTICE.txt

2013-08-02 Thread sebb
On 2 August 2013 02:19, Gary Gregory wrote: > On Thu, Aug 1, 2013 at 8:00 PM, sebb wrote: > >> On 1 August 2013 17:58, wrote: >> > Author: ggregory >> > Date: Thu Aug 1 16:58:31 2013 >> > New Revision: 1509328 >> > >> > URL: http://svn.apache.org/r1509328 >> > Log: >> > [LEGAL-175] Distribute