Re: Checkstyle configuration from NetBeans configuration

2019-03-15 Thread Philip Durbin
I'm glad to hear you're working on this! Phil On Mon, Feb 25, 2019 at 8:58 AM Enrico Olivelli wrote: > Working on this, > as soon as we have something useful I will be happy to share > > Enrico > > > Il giorno sab 19 gen 2019 alle ore 21:32 Enrico Olivelli > ha scritto: > > > > We are going to

Re: Checkstyle configuration from NetBeans configuration

2019-02-25 Thread Enrico Olivelli
Working on this, as soon as we have something useful I will be happy to share Enrico Il giorno sab 19 gen 2019 alle ore 21:32 Enrico Olivelli ha scritto: > > We are going to work on this in my company. > I will be back with news > > Once wr have a baseline maybe we could create some Netbeans pl

Re: Checkstyle configuration from NetBeans configuration

2019-01-19 Thread Enrico Olivelli
We are going to work on this in my company. I will be back with news Once wr have a baseline maybe we could create some Netbeans plugin to create the file given the current configuration. I guess it is not so easy Enrico Il mar 8 gen 2019, 19:27 Philip Durbin ha scritto: > Enrico, I want the

Re: Checkstyle configuration from NetBeans configuration

2019-01-08 Thread Philip Durbin
Enrico, I want the same thing. We encourage all contributors to use NetBeans to reformat code using the default settings before making a pull request and I would love to be able to point these contributors to a single Checkstyle file that confirms to the out of the box NetBeans formatting defaults.

Re: Checkstyle configuration from NetBeans configuration

2019-01-08 Thread Enrico Olivelli
Il giorno mar 8 gen 2019 alle ore 09:09 John McDonnell ha scritto: > > Are you using a maven project? > > I think OOTB the maven checkstyle support uses one of the 3 'checks' files in > here: > https://github.com/apache/incubator-netbeans/tree/master/java/maven.checkstyle/src/org/netbeans/module

Re: Checkstyle configuration from NetBeans configuration

2019-01-08 Thread John McDonnell
Are you using a maven project? I think OOTB the maven checkstyle support uses one of the 3 'checks' files in here: https://github.com/apache/incubator-netbeans/tree/master/java/maven.checkstyle/src/org/netbeans/modules/maven/format/checkstyle/config After adding the plugin to the pom.xml file. R

Re: Checkstyle configuration from NetBeans configuration

2019-01-07 Thread Enrico Olivelli
Il lun 7 gen 2019, 18:07 marccollin7...@gmail.com ha scritto: > Have you tried to download checkstyle plugin? > you can choose a configuration file > https://www.sickboy.cz/checkstyle/screenshots.html That's cool but my primary need is to make code formatted automatically by netbeans compliant

Re: Checkstyle configuration from NetBeans configuration

2019-01-07 Thread marccollin7379
Have you tried to download checkstyle plugin? you can choose a configuration file https://www.sickboy.cz/checkstyle/screenshots.html On 2019/01/07 12:26:47, Enrico Olivelli wrote: > Hi, > is there any way to create a checkstyle configuration file given the > current NetBeans configuration for au

Checkstyle configuration from NetBeans configuration

2019-01-07 Thread Enrico Olivelli
Hi, is there any way to create a checkstyle configuration file given the current NetBeans configuration for automatic reformat of Java code ? I would like to have a default checkstyle configuration file which works out-of-the box with the out-of-the-box configuration of NetBeans. PS. NetBeans 10