Source Code Analyzer (95)

Subscribe to Source Code Analyzer

Spotlight

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...
Last Updated on 7 January 2013 by Andrey Loskutov
FindNPE is a NPE detection tool for Java/Eclipse that statically identifies potential null pointer dereferences in Java code. FindNPE offers 3 annotations (@NonNull, @CanBeNull...
Last Updated on 4 January 2011 by inspat
4  
Create Code Confidence with Goanna Studio. ...
Last Updated on 15 June 2011 by James Campbell
2  
Have you ever tried to debug complex programs/object structures in eclipse? Spent years or your life or resorted to making paper sketches as you debug? ...
Last Updated on 10 January 2012 by Ewan GraphHeap
Install IDE++ to increase your productivity! ...
Last Updated on 16 January 2012 by dtschleck
0  
Includator is an Eclipse CDT plugin which helps to manage include dependencies in C/C++ projects. With the help of static code analysis, problems or improvements can be detected...
Last Updated on 1 March 2013 by Lukas Felber
0  
We are pleased to announce the immediate availability of inFusion Hydrogen 1.7. This release has a strong focus on usability, thanks to more streamlined user interaction flows...
Last Updated on 5 November 2012 by Intooitus srl
The original author of the JadClipse project maintains it no more, and the latest build 3.4.0 doesn't support eclipse 4.x, so I download the source code and update it. ...
Last Updated on 10 April 2013 by Chao Chen
In a complicated java project, having a visual image of dependencies between classes or between Java packages is very useful. Architects and senior developers can review the...
Last Updated on 10 January 2012 by Thai Ha
0  
Java Snippet Search is an Eclipse plug-in that allows you to search Java code for syntactic patterns by specifying example snippets.
Last Updated on 30 January 2012 by Oleksandr Panchenko