Re: Problems with maven-java-formatter-plugin causing master builds to fail.

2015-10-18 Thread Christopher
Or make it a javadoc comment. On Sun, Oct 18, 2015, 18:12 Christopher wrote: > It's a bug in the formatter. The fix is to avoid newlines in multi-line > non-javadoc comments. You could switch to // comments or remove the blank > line. > > On Sun, Oct 18, 2015, 18:06 Josh

Re: Problems with maven-java-formatter-plugin causing master builds to fail.

2015-10-18 Thread Christopher
It's a bug in the formatter. The fix is to avoid newlines in multi-line non-javadoc comments. You could switch to // comments or remove the blank line. On Sun, Oct 18, 2015, 18:06 Josh Elser wrote: > It seems like the current version of maven-java-formatter-plugin that we

Problems with maven-java-formatter-plugin causing master builds to fail.

2015-10-18 Thread Josh Elser
It seems like the current version of maven-java-formatter-plugin that we depend on is adding in trailing whitespace to fate/**/ZooCache.java which is then causing the checkstyle verification to fail the build. An example:

Re: Problems with maven-java-formatter-plugin causing master builds to fail.

2015-10-18 Thread Josh Elser
Thanks. Fixed in https://issues.apache.org/jira/browse/ACCUMULO-4033 Christopher wrote: Or make it a javadoc comment. On Sun, Oct 18, 2015, 18:12 Christopher wrote: It's a bug in the formatter. The fix is to avoid newlines in multi-line non-javadoc comments. You could