SonarQube for IDE
SonarQube for IDE (formerly SonarLint) helps you detect and fix quality and security issues as you write code in Java, JavaScript/TypeScript, PHP, Python, CSS, and HTML, as well as...
SonarQube for IDE (formerly SonarLint) helps you detect and fix quality and security issues as you write code in Java, JavaScript/TypeScript, PHP, Python, CSS, and HTML, as well as...
FindBugs is a defect detection tool for Java that uses static analysis to look for more than 200 bug patterns, such as null pointer dereferences, infinite recursive loops, bad uses...
The eclipse-pmd plug-in integrates the source code analyzer PMD into the Eclipse IDE. Everytime you save your work, eclipse-pmd scans your source code and looks for potential...
JadClipse is a plug-in that seamlessly integrates Jad (the fast Java decompiler) with Eclipse. Normally, when opening a class file the Class File Viewer will show a brief API...