Re: [beanutils] Bad performance of MethodUtils#getMatchingAccessibleMethod due to Logger use

2013-05-05 Thread Benedikt Ritter
I have created BEANUTILS-439 [1] for this issue. I'll wait for another few days to give others a chance to create a patch before I fix this myself. Benedikt [1] https://issues.apache.org/jira/browse/BEANUTILS-439 2013/5/2 Benedikt Ritter > Hi Carsten, > > thanks for your report. The usual way

Re: [CSV] Move isXXX(int) Methods from Lexer to CSVFormat? (was: Re: svn commit: r1478655 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Lexer.java)

2013-05-05 Thread sebb
On 3 May 2013 14:37, Benedikt Ritter wrote: > (moving this to a new thread) > > Hi, > > I did a very small refactoring in Lexer just to realize that the isXXX(int) > methods (like boolean isDelimiter(int c)) really belong to CSVFormat rather > than to the Lexer. How do you feel about this? > > If