Can someone tell me how to install PMD in eclipse. I downloaded PMD 5.0.4 from the following link,
http://sourceforge.net/projects/pmd/files/latest/download?source=files
When I add this archive file to the Eclipse installation option, I get the error The file could not be found .
Just follow the instructions at http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/ I copied this direction for you, so you donβt even have to click!
In Eclipse, click "Help" β "Install New Software" ...
Click Add. Enter the following:
Name: PMD for Eclipse Update Site
URL: https://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/
and click OK.
You should see PMD for Eclipse 4. Check the box next to it and click Next>.
You need to accept the license and confirm that you want to install a plugin that does not have a digital signature. Go and install it anyway.
Restart eclipse.
You do not have to download anything. Instead, simply add the following URL as the new update site in Eclipse -> Help -> Install New Software:
http://pmd.sourceforge.net/eclipse
Then select the appropriate Eclipse PMD plugin and you are done.
Please use the eclipse update site http://www.acanda.ch/eclipse-pmd/release/latest
Are you behind a firewall?
Check the connection settings in your eclipse.
Source: https://habr.com/ru/post/949539/More articles:Add a double click to the UICollectionView; require a short tap - uicollectionviewWhat xcode project files should be added to the version control system - version-controlC ++ built-in scripting language for game development - can't find anything I like - c ++How to enable custom configuration for another environment in Laravel-4 - laravelDerived Generic Types - javaHow to remove the document.onkeydown event handler? - javascriptJava error: possible loss of accuracy - javaHow to change the color of focused EditText when using "android: Theme.Holo.Light"? - androidInvalid Android batch file - androidHow to parse this nested JSON array in android - jsonAll Articles