yegor256 / rexsl

Java RESTful XSL-based Web Framework
Other
15 stars 8 forks source link

upgrade to Qulice 0.1.6 #72

Closed yegor256 closed 11 years ago

yegor256 commented 11 years ago

migrated from Trac, where originally posted by yegor256 on 13-Nov-2011 1:56pm

Let's upgrade the project to qulice 0.1.6. The budget is 1 hour.

yegor256 commented 11 years ago

migrated from Trac, where originally posted by yegor256 on 13-Nov-2011 1:56pm

Dmitry, can you help?

yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 15-Nov-2011 2:28pm

I'd like to. What to do? Change version in pom.xml?

yegor256 commented 11 years ago

migrated from Trac, where originally posted by yegor256 on 15-Nov-2011 3:01pm

Yes, and make the build clean :)

yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 16-Nov-2011 8:24am

In [308/rexsl]:

#CommitTicketReference repository="rexsl" revision="308"
refs #72 - new branch
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 16-Nov-2011 9:06am

In [309/rexsl]:

#CommitTicketReference repository="rexsl" revision="309"
refs #72 - done
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 16-Nov-2011 9:11am

In [310/rexsl]:

#CommitTicketReference repository="rexsl" revision="310"
refs #72 - sync with trunk
yegor256 commented 11 years ago

migrated from Trac, where originally posted by yegor256 on 16-Nov-2011 9:38am

Hm.. do you think it's clean now? Well, let's try to merge...

yegor256 commented 11 years ago

migrated from Trac, where originally posted by yegor256 on 16-Nov-2011 9:50am

Failed:

[INFO] --- qulice-maven-plugin:0.1.6:check (default) @ rexsl ---
Downloading: http://repo1.maven.org/maven2/com/qulice/qulice-spi/0.1.6/qulice-spi-0.1.6.pom
Downloaded: http://repo1.maven.org/maven2/com/qulice/qulice-spi/0.1.6/qulice-spi-0.1.6.pom (3 KB at 8.2 KB/sec)
Downloading: http://repo1.maven.org/maven2/com/qulice/qulice-checkstyle/0.1.6/qulice-checkstyle-0.1.6.pom
Downloaded: http://repo1.maven.org/maven2/com/qulice/qulice-checkstyle/0.1.6/qulice-checkstyle-0.1.6.pom (6 KB at 10.4 KB/sec)
Downloading: http://repo1.maven.org/maven2/com/qulice/qulice-pmd/0.1.6/qulice-pmd-0.1.6.pom
Downloaded: http://repo1.maven.org/maven2/com/qulice/qulice-pmd/0.1.6/qulice-pmd-0.1.6.pom (5 KB at 11.8 KB/sec)
Downloading: http://repo1.maven.org/maven2/com/qulice/qulice-codenarc/0.1.6/qulice-codenarc-0.1.6.pom
Downloaded: http://repo1.maven.org/maven2/com/qulice/qulice-codenarc/0.1.6/qulice-codenarc-0.1.6.pom (5 KB at 14.1 KB/sec)
Downloading: http://repo1.maven.org/maven2/com/qulice/qulice-spi/0.1.6/qulice-spi-0.1.6.jar
Downloading: http://repo1.maven.org/maven2/com/qulice/qulice-checkstyle/0.1.6/qulice-checkstyle-0.1.6.jar
Downloading: http://repo1.maven.org/maven2/com/qulice/qulice-pmd/0.1.6/qulice-pmd-0.1.6.jar
Downloading: http://repo1.maven.org/maven2/com/qulice/qulice-codenarc/0.1.6/qulice-codenarc-0.1.6.jar
Downloaded: http://repo1.maven.org/maven2/com/qulice/qulice-spi/0.1.6/qulice-spi-0.1.6.jar (4 KB at 3.6 KB/sec)
Downloaded: http://repo1.maven.org/maven2/com/qulice/qulice-codenarc/0.1.6/qulice-codenarc-0.1.6.jar (8 KB at 5.6 KB/sec)
Downloaded: http://repo1.maven.org/maven2/com/qulice/qulice-pmd/0.1.6/qulice-pmd-0.1.6.jar (9 KB at 5.7 KB/sec)
Downloaded: http://repo1.maven.org/maven2/com/qulice/qulice-checkstyle/0.1.6/qulice-checkstyle-0.1.6.jar (29 KB at 15.7 KB/sec)
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] No files to check with Checkstyle
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/ManifestsTest.java[61-61]: Avoid using final local variables, turn them into fields (AvoidFinalLocalVariable)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/ManifestsTest.java[62-62]: Avoid using final local variables, turn them into fields (AvoidFinalLocalVariable)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/ManifestsTest.java[48-53]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/ManifestsTest.java[60-76]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/ManifestsTest.java[48-48]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/ManifestsTest.java[60-60]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/ManifestsTest.java[83-83]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/ManifestsTest.java[92-92]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XslResolverTest.java[190-190]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XslResolverTest.java[69-73]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XslResolverTest.java[110-123]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XslResolverTest.java[130-142]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XslResolverTest.java[149-162]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XslResolverTest.java[169-182]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XslResolverTest.java[69-69]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XslResolverTest.java[80-80]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XslResolverTest.java[92-92]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XslResolverTest.java[110-110]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XslResolverTest.java[130-130]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XslResolverTest.java[149-149]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XslResolverTest.java[169-169]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/RestfulServletTest.java[68-68]: Avoid using final local variables, turn them into fields (AvoidFinalLocalVariable)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/RestfulServletTest.java[75-75]: Use ArrayList instead of Vector (UseArrayListInsteadOfVector)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/RestfulServletTest.java[97-97]: Use ArrayList instead of Vector (UseArrayListInsteadOfVector)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/RestfulServletTest.java[124-124]: StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time). (AvoidStringBufferField)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/RestfulServletTest.java[124-124]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/RestfulServletTest.java[64-88]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/RestfulServletTest.java[95-95]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/RestfulServletTest.java[64-64]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/RestfulServletTest.java[95-95]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/RestfulServletTest.java[57-57]: Avoid unused private fields such as 'MESSAGE'. (UnusedPrivateField)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/ContextResourceResolverTest.java[57-57]: Avoid using final local variables, turn them into fields (AvoidFinalLocalVariable)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/ContextResourceResolverTest.java[72-72]: Avoid using final local variables, turn them into fields (AvoidFinalLocalVariable)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/ContextResourceResolverTest.java[55-63]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/ContextResourceResolverTest.java[55-55]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/ContextResourceResolverTest.java[70-70]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/ByteArrayResponseWrapperTest.java[56-56]: Avoid using final local variables, turn them into fields (AvoidFinalLocalVariable)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/ByteArrayResponseWrapperTest.java[51-62]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/ByteArrayResponseWrapperTest.java[51-51]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[64-273]: This class has too many methods, consider refactoring it. (TooManyMethods)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[69-69]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[97-112]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[119-129]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[136-141]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[148-151]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[158-161]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[168-177]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[76-76]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[195-195]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[204-204]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[216-216]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[230-230]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[247-247]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[76-76]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[97-97]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[119-119]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[136-136]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[148-148]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[158-158]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[168-168]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[184-184]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[195-195]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[204-204]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[216-216]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[230-230]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/test/java/com/rexsl/core/XsltFilterTest.java[247-247]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/ContextResourceResolver.java[53-53]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/XsltFilter.java[95-97]: Avoid unnecessary constructors - the compiler will generate these for you (UnnecessaryConstructor)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/XsltFilter.java[138-138]: Assigning an Object to null is a code smell.  Consider refactoring. (NullAssignment)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/XsltFilter.java[259-297]: Found 'DU'-anomaly for variable 'start' (lines '259'-'297'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/XsltFilter.java[90-90]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/RestfulServlet.java[98-100]: Avoid unnecessary constructors - the compiler will generate these for you (UnnecessaryConstructor)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/RestfulServlet.java[218-218]: Use ArrayList instead of Vector (UseArrayListInsteadOfVector)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/RestfulServlet.java[93-93]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/RestfulServlet.java[179-179]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/RestfulServlet.java[183-183]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/Manifests.java[278-278]: In J2EE, getClassLoader() might not work as expected.  Use Thread.currentThread().getContextClassLoader() instead. (UseProperClassLoader)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/Manifests.java[180-180]: A method should have only one exit point, and that should be the last statement in the method (OnlyOneReturn)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/Manifests.java[229-236]: Found 'DU'-anomaly for variable 'main' (lines '229'-'236'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/Manifests.java[278-287]: Found 'DU'-anomaly for variable 'resources' (lines '278'-'287'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/Manifests.java[275-287]: Found 'DU'-anomaly for variable 'urls' (lines '275'-'287'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/Manifests.java[300-333]: Found 'DU'-anomaly for variable 'stream' (lines '300'-'333'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/Manifests.java[296-333]: Found 'DU'-anomaly for variable 'props' (lines '296'-'333'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/XslResolver.java[82-84]: Avoid unnecessary constructors - the compiler will generate these for you (UnnecessaryConstructor)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/XslResolver.java[127-135]: Avoid if (x != y) ..; else ..; (ConfusingTernary)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/XslResolver.java[72-72]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/XslResolver.java[67-67]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/XslResolver.java[77-77]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/XslResolver.java[77-77]: It is somewhat confusing to have a field name with the same name as a method (AvoidFieldNameMatchingMethodName)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/ByteArrayResponseWrapper.java[53-53]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-core/src/main/java/com/rexsl/core/ByteArrayResponseWrapper.java[59-59]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/MavenEnvironmentTest.java[86-88]: Found 'DU'-anomaly for variable 'env' (lines '86'-'88'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/MavenEnvironmentTest.java[62-76]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/MavenEnvironmentTest.java[83-88]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/MavenEnvironmentTest.java[53-53]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/MavenEnvironmentTest.java[53-53]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/MavenEnvironmentTest.java[62-62]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/MavenEnvironmentTest.java[83-83]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/MavenEnvironmentTest.java[86-86]: Avoid unused local variables such as 'env'. (UnusedLocalVariable)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/packers/XslPackerTest.java[54-54]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/packers/XslPackerTest.java[72-88]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/packers/XslPackerTest.java[61-61]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/packers/XslPackerTest.java[61-61]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/packers/XslPackerTest.java[72-72]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/packers/JsPackerTest.java[54-54]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/packers/JsPackerTest.java[72-89]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/packers/JsPackerTest.java[61-61]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/packers/JsPackerTest.java[61-61]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/packers/JsPackerTest.java[72-72]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/packers/CssPackerTest.java[54-54]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/packers/CssPackerTest.java[72-89]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/packers/CssPackerTest.java[61-61]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/packers/CssPackerTest.java[61-61]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/packers/CssPackerTest.java[72-72]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/CheckMojoTest.java[136-136]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/CheckMojoTest.java[132-132]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/CheckMojoTest.java[62-69]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/CheckMojoTest.java[89-107]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/CheckMojoTest.java[132-132]: It is somewhat confusing to have a field name with the same name as a method (AvoidFieldNameMatchingMethodName)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/CheckMojoTest.java[62-62]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/CheckMojoTest.java[76-76]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/CheckMojoTest.java[89-89]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/utils/EmbeddedContainerTest.java[59-59]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/utils/EmbeddedContainerTest.java[64-64]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/utils/EmbeddedContainerTest.java[81-136]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/utils/EmbeddedContainerTest.java[71-71]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/utils/EmbeddedContainerTest.java[71-71]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/utils/EmbeddedContainerTest.java[81-81]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/utils/PortReserverTest.java[58-64]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/utils/PortReserverTest.java[49-49]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/utils/PortReserverTest.java[49-49]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/utils/PortReserverTest.java[58-58]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/PackageMojoTest.java[52-52]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/PackageMojoTest.java[72-82]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/PackageMojoTest.java[59-59]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/PackageMojoTest.java[72-72]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/StaticCssCheckTest.java[56-56]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/StaticCssCheckTest.java[74-86]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/StaticCssCheckTest.java[95-106]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/StaticCssCheckTest.java[63-63]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/StaticCssCheckTest.java[63-63]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/StaticCssCheckTest.java[74-74]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/StaticCssCheckTest.java[95-95]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/XhtmlOutputCheckTest.java[55-55]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/XhtmlOutputCheckTest.java[71-86]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/XhtmlOutputCheckTest.java[93-105]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/XhtmlOutputCheckTest.java[62-62]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/XhtmlOutputCheckTest.java[62-62]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/XhtmlOutputCheckTest.java[71-71]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/XhtmlOutputCheckTest.java[93-93]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/InContainerScriptsCheckTest.java[55-55]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/InContainerScriptsCheckTest.java[71-83]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/InContainerScriptsCheckTest.java[62-62]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/InContainerScriptsCheckTest.java[71-71]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/InContainerScriptsCheckTest.java[62-62]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/InContainerScriptsCheckTest.java[71-71]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/Utils.java[56-56]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/checks/Utils.java[56-56]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/ChecksProviderTest.java[59-63]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/ChecksProviderTest.java[50-50]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/ChecksProviderTest.java[50-50]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/ChecksProviderTest.java[59-59]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/RunMojoTest.java[64-66]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/RunMojoTest.java[48-48]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/RunMojoTest.java[64-64]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/LogStarter.java[49-49]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/test/java/com/rexsl/maven/LogStarter.java[49-49]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/MavenEnvironment.java[193-197]: Found 'DD'-anomaly for variable 'found' (lines '193'-'197'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/MavenEnvironment.java[197-197]: Found 'DD'-anomaly for variable 'found' (lines '197'-'197'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/MavenEnvironment.java[74-74]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/MavenEnvironment.java[54-54]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/MavenEnvironment.java[64-64]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/MavenEnvironment.java[69-69]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/MavenEnvironment.java[59-59]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/MavenEnvironment.java[74-74]: It is somewhat confusing to have a field name with the same name as a method (AvoidFieldNameMatchingMethodName)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/MavenEnvironment.java[155-155]: Avoid instantiating new objects inside loops (AvoidInstantiatingObjectsInLoops)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/MavenEnvironment.java[230-236]: Avoid instantiating new objects inside loops (AvoidInstantiatingObjectsInLoops)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/CheckMojo.java[51-68]: Found 'DU'-anomaly for variable 'start' (lines '51'-'68'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/CheckMojo.java[52-52]: Avoid instantiating new objects inside loops (AvoidInstantiatingObjectsInLoops)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/RunMojo.java[52-67]: Found 'DU'-anomaly for variable 'container' (lines '52'-'67'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/GroovyExecutor.java[89-89]: In J2EE, getClassLoader() might not work as expected.  Use Thread.currentThread().getContextClassLoader() instead. (UseProperClassLoader)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/GroovyExecutor.java[109-122]: Found 'DU'-anomaly for variable 'gse' (lines '109'-'122'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/GroovyExecutor.java[56-56]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/GroovyExecutor.java[61-61]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/GroovyExecutor.java[119-119]: A catch statement should never catch throwable since it includes errors. (AvoidCatchingThrowable)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/EmbeddedContainer.java[170-190]: Avoid if (x != y) ..; else ..; (ConfusingTernary)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/EmbeddedContainer.java[61-61]: Private field 'server' could be made final; it is only initialized in the declaration or constructor. (ImmutableField)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/EmbeddedContainer.java[61-61]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/EmbeddedContainer.java[178-178]: Avoid instantiating new objects inside loops (AvoidInstantiatingObjectsInLoops)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/EmbeddedContainer.java[180-183]: Avoid instantiating new objects inside loops (AvoidInstantiatingObjectsInLoops)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/BindingBuilder.java[49-49]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/PortReserver.java[51-58]: Found 'DU'-anomaly for variable 'port' (lines '51'-'58'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/RuntimeResponseWrapper.java[145-160]: Avoid if (x != y) ..; else ..; (ConfusingTernary)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/RuntimeResponseWrapper.java[71-71]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/RuntimeResponseWrapper.java[55-55]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/RuntimeResponseWrapper.java[66-66]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/RuntimeResponseWrapper.java[61-61]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/RuntimeFilter.java[171-178]: Found 'DD'-anomaly for variable 'content' (lines '171'-'178'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/RuntimeFilter.java[178-178]: Found 'DD'-anomaly for variable 'content' (lines '178'-'178'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/RuntimeFilter.java[144-160]: Avoid if (x != y) ..; else ..; (ConfusingTernary)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/RuntimeFilter.java[60-60]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/RuntimeFilter.java[104-104]: Avoid instantiating new objects inside loops (AvoidInstantiatingObjectsInLoops)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/RuntimeFilter.java[173-173]: Avoid instantiating new objects inside loops (AvoidInstantiatingObjectsInLoops)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/RuntimeListener.java[71-71]: In J2EE, getClassLoader() might not work as expected.  Use Thread.currentThread().getContextClassLoader() instead. (UseProperClassLoader)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/RuntimeListener.java[66-87]: Found 'DU'-anomaly for variable 'counter' (lines '66'-'87'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/RuntimeListener.java[104-104]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/RuntimeListener.java[68-68]: Avoid instantiating new objects inside loops (AvoidInstantiatingObjectsInLoops)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/utils/RuntimeListener.java[70-73]: Avoid instantiating new objects inside loops (AvoidInstantiatingObjectsInLoops)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/aether/DepsResolver.java[101-113]: Found 'DU'-anomaly for variable 'results' (lines '101'-'113'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/aether/DepsResolver.java[61-61]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/aether/DepsResolver.java[66-66]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/aether/ManualWagonProvider.java[50-50]: A method should have only one exit point, and that should be the last statement in the method (OnlyOneReturn)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/aether/ManualWagonProvider.java[48-48]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/aether/ManualWagonProvider.java[48-48]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/checks/InContainerScriptsCheck.java[61-61]: A method should have only one exit point, and that should be the last statement in the method (OnlyOneReturn)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/checks/InContainerScriptsCheck.java[90-98]: Found 'DD'-anomaly for variable 'success' (lines '90'-'98'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/checks/InContainerScriptsCheck.java[98-98]: Found 'DD'-anomaly for variable 'success' (lines '98'-'98'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/checks/InContainerScriptsCheck.java[92-92]: Avoid instantiating new objects inside loops (AvoidInstantiatingObjectsInLoops)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/checks/XhtmlOutputCheck.java[75-75]: A method should have only one exit point, and that should be the last statement in the method (OnlyOneReturn)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/checks/XhtmlOutputCheck.java[83-95]: Found 'DD'-anomaly for variable 'success' (lines '83'-'95'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/checks/XhtmlOutputCheck.java[95-95]: Found 'DD'-anomaly for variable 'success' (lines '95'-'95'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/checks/XhtmlOutputCheck.java[84-84]: Avoid instantiating new objects inside loops (AvoidInstantiatingObjectsInLoops)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/checks/XhtmlTransformer.java[68-98]: Found 'DU'-anomaly for variable 'home' (lines '68'-'98'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/checks/XhtmlTransformer.java[64-98]: Found 'DU'-anomaly for variable 'xml' (lines '64'-'98'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/checks/XhtmlTransformer.java[65-98]: Found 'DU'-anomaly for variable 'factory' (lines '65'-'98'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/checks/XhtmlTransformer.java[123-160]: Found 'DU'-anomaly for variable 'url' (lines '123'-'160'). (DataflowAnomalyAnalysis)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/checks/XhtmlTransformer.java[107-107]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/checks/FilesStructureCheck.java[60-60]: Avoid using final local variables, turn them into fields (AvoidFinalLocalVariable)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/PackageMojo.java[51-51]: Avoid instantiating new objects inside loops (AvoidInstantiatingObjectsInLoops)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/AbstractRexslMojo.java[94-94]: Assigning an Object to null is a code smell.  Consider refactoring. (NullAssignment)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/AbstractRexslMojo.java[166-170]: Avoid if (x != y) ..; else ..; (ConfusingTernary)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/AbstractRexslMojo.java[82-82]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/AbstractRexslMojo.java[55-55]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/AbstractRexslMojo.java[62-62]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/AbstractRexslMojo.java[87-87]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/AbstractRexslMojo.java[69-69]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/AbstractRexslMojo.java[76-76]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/AbstractRexslMojo.java[55-55]: It is somewhat confusing to have a field name with the same name as a method (AvoidFieldNameMatchingMethodName)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/main/java/com/rexsl/maven/AbstractRexslMojo.java[87-87]: It is somewhat confusing to have a field name with the same name as a method (AvoidFieldNameMatchingMethodName)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/it/all-correct/src/test/java/com/rexsl/foo/HomeTest.java[45-45]: Local variable 'home' could be declared final (LocalVariableCouldBeFinal)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/it/all-correct/src/test/java/com/rexsl/foo/HomeTest.java[44-44]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-maven-plugin/src/it/all-correct/src/main/java/com/rexsl/foo/Data.java[41-41]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-test/src/test/java/com/rexsl/test/JaxbConverterTest.java[96-96]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-test/src/test/java/com/rexsl/test/JaxbConverterTest.java[55-61]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-test/src/test/java/com/rexsl/test/JaxbConverterTest.java[68-74]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-test/src/test/java/com/rexsl/test/JaxbConverterTest.java[81-88]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-test/src/test/java/com/rexsl/test/JaxbConverterTest.java[55-55]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-test/src/test/java/com/rexsl/test/JaxbConverterTest.java[68-68]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-test/src/test/java/com/rexsl/test/JaxbConverterTest.java[81-81]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-test/src/test/java/com/rexsl/test/client/HeaderExtenderTest.java[51-51]: Avoid using final local variables, turn them into fields (AvoidFinalLocalVariable)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-test/src/test/java/com/rexsl/test/client/HeaderExtenderTest.java[52-52]: Avoid using final local variables, turn them into fields (AvoidFinalLocalVariable)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-test/src/test/java/com/rexsl/test/client/HeaderExtenderTest.java[49-56]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-test/src/test/java/com/rexsl/test/client/HeaderExtenderTest.java[49-49]: A method/constructor shouldn't explicitly throw java.lang.Exception (SignatureDeclareThrowsException)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-test/src/test/java/com/rexsl/test/TestClientTest.java[66-66]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-test/src/test/java/com/rexsl/test/TestClientTest.java[71-71]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-test/src/test/java/com/rexsl/test/TestClientTest.java[123-152]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-test/src/test/java/com/rexsl/test/TestClientTest.java[159-167]: JUnit tests should include assert() or fail() (JUnitTestsShouldIncludeAssert)
[ERROR] /tmp/ccFacade-dir-zaTggq/repo-trunk/rexsl/rexsl-tes
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 16-Nov-2011 9:57am

No, now I understand the task :)

yegor256 commented 11 years ago

migrated from Trac, where originally posted by yegor256 on 16-Nov-2011 10:44am

Keep in mind that you won't be able to resolve all qulice violations. Mostly because version 0.1.6 has incorrect PMD configuration (too strict). So, I would recommend to wait for version 0.1.7 here and then continue with this ticket.

yegor256 commented 11 years ago

migrated from Trac, where originally posted by yegor256 on 16-Nov-2011 10:45am

see http://trac.fazend.com/qulice/ticket/55

yegor256 commented 11 years ago

migrated from Trac, where originally posted by yegor256 on 20-Nov-2011 6:56pm

Version 0.1.7 of qulice has been released a few hours ago to Maven Central. You can go ahead with this task.

yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 25-Nov-2011 2:13pm

These are the results of -Dci verify:

--------------------------------------------------------------------
[ERROR] /src/test/java/com/rexsl/test/XhtmlConverterTest.java[86]: Concatenation of string literals prohibited (StringLiteralsConcatenationCheck)
[ERROR] /src/test/java/com/rexsl/test/HtmlValidatorTest.java[50]: Name 'testHtmlValidationWithW3CWithProblems' must match pattern '^[a-z]{2,}[a-zA-Z]+$'. (MethodNameCheck)
[ERROR] /src/test/java/com/rexsl/test/HtmlValidatorTest.java[60]: Name 'testHtmlValidationWithW3CWithoutProblems' must match pattern '^[a-z]{2,}[a-zA-Z]+$'. (MethodNameCheck)
[ERROR] /src/test/java/com/rexsl/test/HtmlValidatorTest.java[65]: Concatenation of string literals prohibited (StringLiteralsConcatenationCheck)
-------------------------------------------------------------------------

How to resolve these errors?

yegor256 commented 11 years ago

migrated from Trac, where originally posted by yegor256 on 25-Nov-2011 5:11pm

Either String#format() or StringBuilder should be used instead of concatenation.

Names should be formatted to match the specified regular expression.

Or I didn't understand the question?

yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 28-Nov-2011 6:06pm

In [372/rexsl]:

#CommitTicketReference repository="rexsl" revision="372"
refs #72 - temp commit
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 28-Nov-2011 6:51pm

In [373/rexsl]:

#CommitTicketReference repository="rexsl" revision="373"
refs #72 - temp commit
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 28-Nov-2011 6:54pm

mvn -Dci verify
[ERROR] /work/rexsl/ticket72/rexsl/rexsl-test/src/main/java/com/rexsl/test/client/BodyExtender.java[48-48]: Found non-transient, non-static member. Please mark as transient or provide accessors. (BeanMembersShouldSerialize)

How to fix this?

yegor256 commented 11 years ago

migrated from Trac, where originally posted by yegor256 on 29-Nov-2011 9:43am

Add transient modifier to the field.

yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 29-Nov-2011 12:21pm

In [374/rexsl]:

#CommitTicketReference repository="rexsl" revision="374"
refs #72 - temp commit
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 29-Nov-2011 12:22pm

In [375/rexsl]:

#CommitTicketReference repository="rexsl" revision="375"
refs #72 - temp commit
yegor256 commented 11 years ago

migrated from Trac, where originally posted by yegor256 on 29-Nov-2011 12:37pm

don't forget to resync with trunk, there were major changes in rexsl-test recently

yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 29-Nov-2011 12:43pm

In [376/rexsl]:

#CommitTicketReference repository="rexsl" revision="376"
refs #72 - headers check style errors fixed
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 29-Nov-2011 12:46pm

In [377/rexsl]:

#CommitTicketReference repository="rexsl" revision="377"
refs #72 - header extender check style errors fixed
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 29-Nov-2011 12:53pm

In [378/rexsl]:

#CommitTicketReference repository="rexsl" revision="378"
refs #72 - test client check style errors fixed
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 29-Nov-2011 1:12pm

[ERROR] /work/rexsl/ticket72/rexsl/rexsl-test/src/main/java/com/rexsl/test/TestClient.java[244-244]: Assigning an Object to null is a code smell.  Consider refactoring. (NullAssignment)
[ERROR] /work/rexsl/ticket72/rexsl/rexsl-test/src/main/java/com/rexsl/test/TestClient.java[80-80]: It is somewhat confusing to have a field name with the same name as a method (AvoidFieldNameMatchingMethodName)

What about this? 1)this.body = null; Very strange place. Just remove it? 2)body method and body field. What to do it this case? Maybe use set and get istead of fluent interfaces. As for me these interfaces is a very strange concept. 3) I think this task is complicated and needs more than 1 hour.

yegor256 commented 11 years ago

migrated from Trac, where originally posted by yegor256 on 29-Nov-2011 1:23pm

this.body = null is indeed a problem and should be fixed. The class will have to be refactored in #85. At the moment TestClient class combines two features inside itself: sending request and returning response, which is incorrect. This is what PMD is complaining about.

Let's just rename this.body (field) to this.ibody. Fluent interfaces are very convenient mostly because they make code much more compact, which is very important for readability and maintainability (especially in tests).

Sometimes it happens when you start a task and see that it's bigger than the amount of time you have. In such a situation you should use PDD concept. Just disable qulice plugin in rexsl-test module and add a @todo puzzle. We will resolve it later in a new ticket with another budget.

yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 30-Nov-2011 7:04am

In [379/rexsl]:

#CommitTicketReference repository="rexsl" revision="379"
refs #72 - done
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 30-Nov-2011 8:22am

In [380/rexsl]:

#CommitTicketReference repository="rexsl" revision="380"
refs #72 - branch removed
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 30-Nov-2011 8:23am

In [381/rexsl]:

#CommitTicketReference repository="rexsl" revision="381"
refs #72 - new branch
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 30-Nov-2011 8:46am

In [382/rexsl]:

#CommitTicketReference repository="rexsl" revision="382"
refs #72 - done
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 30-Nov-2011 8:49am

In [383/rexsl]:

#CommitTicketReference repository="rexsl" revision="383"
refs #72 - sync with trunk
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 30-Nov-2011 8:53am

It was difficult to merge changes which I made. So I just changed version of qulice and disabled it in every module and added PDD puzzle. To modify each module will take at least 1 hour.

yegor256 commented 11 years ago

migrated from Trac, where originally posted by yegor256 on 30-Nov-2011 9:03am

You got the idea of PDD! But there are a few small corrections before I merge this branch:

Let's use <skip> option of qulice-maven-plugin. It's a more correct way than setting <phase> to none.

Let's place @todo puzzle as close as possible to the place where the changes should be made. The best place - right above the <skip> element.

It's great that you made an estimate (1 hour), but the best way to express it is by adding it to the puzzle: @todo #72:1hr. This is how you can tell everybody how much time you would spend for this problem.

rexsl-tk module doesn't have any Java code, we don't need to disable qulice there. This puzzle is redundant.

yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 30-Nov-2011 10:11am

In [384/rexsl]:

#CommitTicketReference repository="rexsl" revision="384"
refs #72 - temp
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 30-Nov-2011 12:01pm

In [385/rexsl]:

#CommitTicketReference repository="rexsl" revision="385"
refs #72 - temp
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 30-Nov-2011 12:02pm

In [386/rexsl]:

#CommitTicketReference repository="rexsl" revision="386"
refs #72 - temp
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 30-Nov-2011 12:04pm

In [387/rexsl]:

#CommitTicketReference repository="rexsl" revision="387"
refs #72 - temp
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 30-Nov-2011 12:07pm

In [388/rexsl]:

#CommitTicketReference repository="rexsl" revision="388"
refs #72 - temp
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 30-Nov-2011 12:09pm

In [389/rexsl]:

#CommitTicketReference repository="rexsl" revision="389"
refs #72 - temp
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 30-Nov-2011 12:11pm

In [390/rexsl]:

#CommitTicketReference repository="rexsl" revision="390"
refs #72 - temp
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 30-Nov-2011 12:19pm

In [391/rexsl]:

#CommitTicketReference repository="rexsl" revision="391"
refs #72 - sync with trunk
yegor256 commented 11 years ago

migrated from Trac, where originally posted by yegor256 on 30-Nov-2011 2:12pm

Looks good now, merging...

yegor256 commented 11 years ago

migrated from Trac, where originally posted by guard on 30-Nov-2011 2:19pm

In [392/rexsl]:

#CommitTicketReference repository="rexsl" revision="392"
refs #72 - /branches/ticket72 merged into /trunk, 1 hours spent
yegor256 commented 11 years ago

migrated from Trac, where originally posted by guard on 30-Nov-2011 2:19pm

In [393/rexsl]:

#CommitTicketReference repository="rexsl" revision="393"
refs #72 - /branches/ticket72 successfully closed
yegor256 commented 11 years ago

migrated from Trac, where originally posted by yegor256 on 1-Dec-2011 10:06am

Hey, there is a problem with you @todo tags formatting (see syntax here: [http://www.tpc2.com/dev/pdd]). They are formatted like this:

@todo refs #72:1hr ...

But should be like this

@todo #72:1hr ...

That's why REMPL doesn't recognize them: http://www.rexsl.com/rempl/report-1/index.html

Please correct this problem before we close this ticket. Thanks.

yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 1-Dec-2011 11:47am

In [394/rexsl]:

#CommitTicketReference repository="rexsl" revision="394"
refs #72 - new branch
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 1-Dec-2011 11:50am

In [395/rexsl]:

#CommitTicketReference repository="rexsl" revision="395"
refs #72 - done
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 1-Dec-2011 11:51am

In [396/rexsl]:

#CommitTicketReference repository="rexsl" revision="396"
refs #72 - done
yegor256 commented 11 years ago

migrated from Trac, where originally posted by dmitry.bashkin on 1-Dec-2011 11:52am

In [397/rexsl]:

#CommitTicketReference repository="rexsl" revision="397"
refs #72 - sync with trunk
yegor256 commented 11 years ago

migrated from Trac, where originally posted by yegor256 on 1-Dec-2011 2:31pm

Thanks! Merging...