How to install PMD in eclipse Neon - Unable to find repository - pmd

How to install 5.0.4 pmd in eclipse Neon? I am getting some issue when I give URL and am using java 1.8 version. Could you please help me how to resolve that issue? My issue is below like
unable to find repository http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/

The update site has changed.
Please use from now on: https://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/
By the way, PMD 5.0.4 is very old and not supported anymore. See https://pmd.github.io for the current information.

Related

Unable to install Sonarlint on Eclipse

I am trying to install Sonarlint on Eclipse. I am getting the below error:
No repository found at https://eclipse-uc.sonarlint.org.
Please help.
Assuming you're trying to install it on a relatively recent version of Eclipse (latest is 2020-09), you should just be able to open the Marketplace Client ("Help"->"Eclipse MarketPlace...") and enter "sonarlint" in the filter field, and install the "SonarLint" plugin that it finds.

TestNG incompatible for Eclipse 2019-03

While trying to install TesgNG in Eclipse 2019-03 . I got TestNG message as incompatible for Eclipse 2019-03.Is there any solution for this problem?
See a relevant issue: TestNG cannot be installed on recent versions of Eclipse via Eclipse Marketplace: "TestNG Eclipse plugin is under maintained, it's stable enough so you don't see much commit activities on the repo.
Feel free to create feature request and/or issue.
closing the ticket now since the Marketplace page is getting updated, thanks #cbeust"

Getting error while installing SonarQube plugin in eclipse 4.2.2

I am trying to install the sonar in my eclipse but it can not find the url even though the url is working fine in my browser. If any one knows the solution please let me know, thanks.
To install the plugin you can also go to Help > Eclipse Marketplace... and search for "SonarQube". Check this for more details.
Anyway, the Eclipse SonarQube plugin has been deprecated and SonarLint for Eclipse should be used in place : see http://www.sonarlint.org/eclipse/index.html

Unable to install PMD in Spring tool suite

I am unable to install PMD plug-in for STS (build on top of Luna).
Could someone please give the steps to do it?
Try this http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/ and install for Eclipse 4.
I'm the developer of eclipse-pmd, one of the two PMD plugins you mentioned in your question. If your installing the plugin through the Eclipse Marketplace then you're doing everything right. Once the installation is finished the getting started guide will help you with setting up eclipse-pmd.
You are, however, not the first who has a problem getting eclipse-pmd 1.4 to work with the Spring Tool Suite. Unfortunately we have not yet found the cause of the problem and are still looking for a solution. If you'd like to help or would like to follow the issue's progress then head over to the eclipse-pmd issue tracker at Github.
Update: the issue has been fixed and it had nothing to do with STS.
If your problem is something different then I need more information on what exactly does not work, e.g. does the installation give you an error message or doesthe installation work and you get an error message when running PMD?
Please follow below steps to install PMD in STS.
Download PMD from https://sourceforge.net/projects/pmd-eclipse/files/ & Extract it.
Copy net.sourceforge.pmd.eclipse_1.8.0 folder into ..\sts-bundle\sts-3.9.6.RELEASE\plugins\
then Install eclipse PMD from Eclipse Market Place you will find in Help this option.
Restart your STS.

Where are the preferences for HGEclipse plugin in Eclipse 3.5?

I've installed HgEclipse plugin from the update site: http://hge.javaforge.com/hgeclipse
From some reason, when I go to Window->Preferences, I can't find the category Mercurial under Team.
Someone knows how to solve this?
My eclipse version is 3.5 (Galileo).
My plugin version is 1.5.0
I have hg 1.4 installed on my machine.
I'm running on Fedora Core 11.
Thanks!
Asaf
It means the installation did not complete successfully.
Could you check your logs (Windows / Show Views / Error logs) to see what gone wrong?
It seams the problem is related to a (fedora?)eclipse bug, and issues with permissions to the plugin folder.
I solved it by uninstalling hgeclipse, starting eclipse as root, installing hgeclipse, and then restarting as my normal user again.
The project URL is http://javaforge.com/project/HGE, when you create an account and put your issue into the prokect's bug tracker, you will get help there.