acanda / eclipse-pmd

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

Only show 'PMD' property page if project is open #44

Closed sratz closed 7 years ago

sratz commented 7 years ago

Trying to change PMD settings while project is closed does not work and throws exceptions.

acanda commented 7 years ago

Thank you for your contribution. The change works well and I'll merge it so it will be part of the next release.

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>

Just add another commit to this pull request or let me know if you don't want to do that so I can merge an close this pull request.