noveogroup / android-check

Static code analysis plugin for Android project. (Checkstyle, PMD)
Other
268 stars 67 forks source link

Update PMD plugin to resolve issue #19

Closed ghost closed 7 years ago

ghost commented 8 years ago

Hi everyone. We discovered some bugs in the previous version of the PMD tool, and we updated the version in build.gradle. The issue was fixed by PMD maintainers in the new version.

stkent commented 8 years ago

I ran into this exception using the plugin w/ defaults today:

java.lang.IllegalArgumentException: Unable to exclude rules [UncommentedEmptyMethod]; perhaps the rule name is mispelled?

which I believe is related to this issue and appears to have been fixed in PMD v5.4.0. Is there anything blocking this PR from being merged?

Dushistov commented 7 years ago

Any news about process of merging this, and make new release?

stkent commented 7 years ago

Project looks abandoned :/

I help maintain an alternative here: https://github.com/btkelly/gnag. It can be used fully-locally, and also includes optional GitHub-related features (e.g. auto-commenting on pull requests). We're currently using PMD 5.4.2, which is new enough to resolve the issue described above. (Nothing is stopping us from going even newer than that except time :))

smalichenko commented 7 years ago

Fixed in 1.2.4 release.