Re: [beanutils2] Checkstyle Errors

2014-04-08 Thread Yogesh Rao
Hello Benedikt, Thanks for the reply ... I will not look at the checkstyle issues for now... I looked at the mail pointed out earlier by you and will try to work on it... I do understand now in a nutshell for BU2 to be released it needs to have the exact same functionality what BU1 had and probabl

Re: [beanutils2] Checkstyle Errors

2014-04-04 Thread André Diermann
Hi Yogesh, I had problems with the Maven codestyle when I started to contribute to BU2 since most IDE does not support it by default. What helped me was [1] or [2] respectively. Just want to share this information with you in case who weren't aware already :-) [1] https://maven.apache.org/develop

Re: [beanutils2] Checkstyle Errors

2014-04-04 Thread Benedikt Ritter
Hello Yogesh and welcome to the dev ML! Nice that you've decided to help out with the coding in [beanutils2]. I'm not completely happy with the current check style configuration (which is derived from the maven project). I'm planning to propose to switch to a different config this is less verbose

[beanutils2] Checkstyle Errors

2014-04-03 Thread Yogesh Rao
Hi, I was planning to contribute to the bu2 project and thought fixing checkstyle errors should be a good start to it. I ran the mvn checkstyle:checkstyle command to generate the report which ended up showing 3218 errors. I wanted to know if all the errors needs to fixed or only few specific ones.