SonarLint
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 other languages.
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 other languages.
Enhanced Class Decompiler integrates CFR, FernFlower, JD, Procyon, Vineflower seamlessly with Eclipse and allows Java developers to debug class files without source code directly...
SpotBugs is a defect detection tool for Java that uses static analysis to look for more than 400 bug patterns, such as null pointer dereferences, infinite recursive loops, bad uses...
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...
UCDetector (Unnecessary Code Detector) is a eclipse PlugIn tool to find unnecessary (dead) public java code. For example public classes, methods or fields which have no references.
JDepend4Eclipse plugin for Eclipse is a wrapper for running JDepend from within Eclipse. - What is JDepend? (from www.clarkware.com): JDepend traverses a set of Java class and...
Note that Garbage Collection and Memory Visualizer (GCMV) is available as is. There is no further support or future development. Garbage Collection and Memory Visualizer (GCMV) can...
vmlens, testing multi-threaded applications on the JVM made easy. Simply running your tests with multiple threads does not work. Bugs depend on a specific thread interleaving...