acanda / eclipse-pmd

eclipse-pmd has been moved to
https://github.com/eclipse-pmd/eclipse-pmd
Other
21 stars 10 forks source link

Update PMD to version 5.5.4 #47

Closed ghost closed 7 years ago

ghost commented 7 years ago

It's mainly the same as commit 7b6574b30b83f0d28d0dcb3bb9272b1e0ba6d8cf but with a newer version. There just one difference. I was not sure what exactly should be mentioned in the release note file. So I have simply added links to all release notes of PMD since the last release of eclipse-pmd (1.8).

acanda commented 7 years ago

Thank you for your contribution. Please fix the issues I found in the review so the build runs again. You can run the build yourself with: mvn clean verify in the directory ch.acanda.eclipse.pmd.

I'll release a new version as soon as possible once the build runs again.

acanda commented 7 years ago

Also, if you would like you can add yourself as a contributor in the root POM:

<developers>
        ...
        <developer>
            <name>Your full name</name>
            <roles>
                <role>Contributor</role>
            </roles>
        </developer>
</developers>
acanda commented 7 years ago

@FelixOtto Thank you for fixing the open review issues. @sratz Thank you for finding the issue that broke the build and fixing it.

Well done!