|
|
-
Re: Is there a style file for NetBeans?David Medinets 2013-03-05, 04:27
There seems to be roughly 84,000 checkstyle errors in trunk (1.6) just
using mvn checkstyle:checkstyle. Would you know how to develop a better checkstyle check designed for Accumulo's style? Admittedly this is not a high priority but it would provide an opportunity for people not familiar with the source code to make or suggest patches. On Mon, Mar 4, 2013 at 11:03 PM, Christopher <[EMAIL PROTECTED]> wrote: > There's a checkstyle plugin for NetBeans, but you'd probably have to > customize the templates for new comments. We could also enforce style > with the maven-checkstyle-plugin. > > -- > Christopher L Tubbs II > http://gravatar.com/ctubbsii > > > On Mon, Mar 4, 2013 at 9:26 PM, David Medinets <[EMAIL PROTECTED]> wrote: >> I'm starting to like NetBeans ... after many years of Eclipse use. But >> I don't want to stray from the standard code style. |