Environment
Tested in : Firefox 46.0
Chrome Version 62.0.3202.94
Steps to reproduce
While installing the plugins from the static-analysis file, I noticed that the download link in Configuring PMD Eclipse plugin under PMD gives 403 Forbidden error.

Expected behaviour
This link should lead to a site that is accessible by everyone.
Actual behaviour

@whipermr5 @wkurniawan07 As we are low on d.firstTimer issues, can this be considered as one?
and if it is not a d.firstTimer issue, then can I work on it?
Link that can serve the purpose : https://marketplace.eclipse.org/content/eclipse-pmd
Yes; this can be considered a first timer issue. Thanks for reporting it! 馃憤
@sukanta-27 Eclipse download links are not necessarily navigable via Web browser. I don't think it will give a problem, but have you checked that the said link works when trying to download the said PMD plugin?
One more thing, also confirm that the PMD plugin in that link is the same as what is described in the docs. Don't ask me why, but there are multiple PMD plugins for Eclipse in the wild.
Yes; it seems the site has moved from http://www.acanda.ch/eclipse-pmd/release/latest/ to http://acanda.github.io/eclipse-pmd/, which does link to the plugin at https://marketplace.eclipse.org/content/eclipse-pmd (it's also the most up-to-date PMD plugin listed). The Eclipse Marketplace link is good as it's less likely to change compared to the author's website.
@wkurniawan07 I went through the doc file, but could not find any exact version number specified for PMD.
And I downloaded the PMD plugin from Eclipse MarketPlace itself (from the link I provided), and didn't encounter any issues while setting up.
But while I was working on #8168 , pmd was working fine and pointed out the getInstructorEntitiesForEmail() method which was not being used. So, I think this version can do the job.
@sukanta-27, the problem is not "this version can do the job". The difference in the PMD plugins goes way beyond just version numbers. It is quite a luck that the one you found in the Marketplace is the same as the one in the docs, but it's good since Marketplace links is more resilient to changes.
FWIW I finally remember where I get the current link from: http://acanda.github.io/eclipse-pmd/getting-started.html. In other words, nothing has changed.
@wkurniawan07 Oops! I was really not aware of this process 馃槄:
An alternative way to install the plugin on Eclipse 3.7 (and later) is via the plugin update site http://www.acanda.ch/eclipse-pmd/release/latest.
- In Eclipse go to Help > Install new software...
- Add a new installation site and use http://www.acanda.ch/eclipse-pmd/release/latest as the location.
- Select the plugin Eclipse PMD.
- Finish the installation by accepting the license and restarting Eclipse.
No wonder I was getting a 403 Forbidden error.
So, should we keep this issue open or close it?
@sukanta-27 I followed the same process mentioned at http://acanda.github.io/eclipse-pmd/getting-started.html and was able to install the plugin. Though i am not able to access the url http://www.acanda.ch/eclipse-pmd/release/latest directly.

If this is expected then let me know if we can update the static-analysis file with given link.
@jakshay1991 Yes, this is expected.
let me know if we can update the static-analysis file with given link.
I think we should. We can also change the link in the static-analysis file to the getting-started link.
@whipermr5 @wkurniawan07 for your opinion.
Yes, we can still change it for the reason stated above:
it's good since Marketplace links is more resilient to changes
Most helpful comment
Yes; it seems the site has moved from http://www.acanda.ch/eclipse-pmd/release/latest/ to http://acanda.github.io/eclipse-pmd/, which does link to the plugin at https://marketplace.eclipse.org/content/eclipse-pmd (it's also the most up-to-date PMD plugin listed). The Eclipse Marketplace link is good as it's less likely to change compared to the author's website.