You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by D Sledge <da...@yahoo.com> on 2010/03/01 18:26:26 UTC

Code Style and Contributions

Is there a XML "code style" file for eclipse?  I'd like to contribute, and I need to change the coding style to fit commons lang's convention. I'd like to avoid doing this by hand if I can.

Thanks,

D



      

Re: Code Style and Contributions

Posted by Luc Maisonobe <Lu...@free.fr>.
D Sledge a écrit :
> Is there a XML "code style" file for eclipse?  I'd like to contribute, and I need to change the coding style to fit commons lang's convention. I'd like to avoid doing this by hand if I can.
> 

You can find the file I use for commons-math and commons-nabla here:
<http://people.apache.org/~luc/Apache-commons.xml>

Note that Eclipse and checkstyle do not handle indentation of throws
clauses in method signature the same way. So if you use eclipse to fix
indentation for a whole file, checkstyle will complain at some lines. I
did not find a way to configure this.

Luc

> Thanks,
> 
> D
> 
> 
> 
>       


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org