Re: Mass cleanup

2016-03-12 Thread Raquel Pau Fernández
Hi, In case of using Sonar, walkmod (walkmod.com - an open source tool) could help you to automatically fix some sonar violations. The Github url of the sonar plugin is https://github.com/walkmod/walkmod-sonar-plugin Raquel 2016-03-12 20:49 GMT+01:00 Mark Struberg : > yes, fear so as well. > Wh

Re: PMD & Formatting

2015-12-07 Thread Raquel Pau Fernández
Ok thanks Romain, I noticed some downloads after this discussion, but I'll wait. Raquel 2015-12-07 14:36 GMT+01:00 Romain Manni-Bucau : > Hi Raquel, > > 2015-12-07 14:22 GMT+01:00 Raquel Pau Fernández : > > > Hi Romain, > > > > First of all, thank you fo

Re: PMD & Formatting

2015-12-07 Thread Raquel Pau Fernández
k you in advance, 2015-11-30 18:30 GMT+01:00 Romain Manni-Bucau : > 2015-11-30 18:23 GMT+01:00 Raquel Pau Fernández : > > > Hi Romain, > > > > There is a maven plugin to execute walkmod during the build process. > This > > is a good option to allow people exec

Re: PMD & Formatting

2015-11-30 Thread Raquel Pau Fernández
< > https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber > <http://www.tomitribe.com> > > 2015-11-27 17:21 GMT+01:00 Raquel Pau Fernández : > > > Hi, > > > > According the discussion, I have impro

Re: PMD & Formatting

2015-11-27 Thread Raquel Pau Fernández
/apache/tomee/pull/28 Have a good weekend. 2015-11-19 21:36 GMT+01:00 Raquel Pau Fernández : > ok! :-) > yes, walkmod allows to validate the results locally > El 19/11/2015 21:34, "Romain Manni-Bucau" > escribió: > >> @Raquel: happy to have a go with walkmod wh

Re: PMD & Formatting

2015-11-19 Thread Raquel Pau Fernández
og | Github | LinkedIn | Tomitriber > > > 2015-11-19 12:24 GMT-08:00 Raquel Pau Fernández : > > Romain, > > > > Sorry, but I don't know the final conclusions, then :).Do you prefer to > try > > other tools first to just format or are you interested in adapting > w

Re: PMD & Formatting

2015-11-19 Thread Raquel Pau Fernández
rting from a big codebase it needs some more precautions. Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2015-11-19 10:34 GMT-08:00 Raquel Pau Fernández : > Hi, > > Walkmod allows to use a formatter, but I think that the problems that > people find are as

Re: PMD & Formatting

2015-11-19 Thread Raquel Pau Fernández
Hi, Walkmod allows to use a formatter, but I think that the problems that people find are as follows: - We don't want a big commit with all the source files reformatted. - We don't want to apply the formatter incrementally to avoid a set of commits just for formatting issues. In fact i have fou

Re: PMD & Formatting

2015-11-19 Thread Raquel Pau Fernández
, you need to run walkmod locally selecting the hole project, a module or a set of files (your modified files). 2015-11-19 17:37 GMT+01:00 Romain Manni-Bucau : > 2015-11-19 8:23 GMT-08:00 Raquel Pau Fernández : > > Test for Tomme: > > > > I can do it during the next week an ada

Re: PMD & Formatting

2015-11-19 Thread Raquel Pau Fernández
ly and get a kind of preview/diff? Anyone able to work on it? > I can help a bit next week if needed. > > Romain Manni-Bucau > @rmannibucau | Blog | Github | LinkedIn | Tomitriber > > > 2015-11-19 8:09 GMT-08:00 Raquel Pau Fernández : > > Hi, > > > > I am the

Re: PMD & Formatting

2015-11-19 Thread Raquel Pau Fernández
Hi, I am the project lead of Walkmod. I would like to add to Alex comments that another important feature is that it allows just to apply your code conventions without rewriting the hole code base according an specific formatter. Consequently, its executions do not need to reformat all your code.

formatting & contribution tips

2015-02-18 Thread Raquel Pau Fernández
Hi, I am Raquel Pau, the project leader of Walkmod, an open source tool to apply code conventions in Java projects. In contrast with other QA tools like PMD or CheckStyle, Walkmod updates the code to satisfy the project code conventions. I am writing to you because I would like to start working o