Does anyone know of any Eclipse plugins that perform a static analysis in order to detect multithreading bugs? I am looking for it to work in Java with an Android phone as the target. I am looking for a free plugin.

link|improve this question

Please add details of what is the programming language the multi-threaded app is developed in..as some plugins target specific languages only. – TheCottonSilk Jan 21 '11 at 11:11
Also specify the platform on which you want the plugin to run.. – TheCottonSilk Jan 21 '11 at 12:42
Thanks I have edited – metalideath Jan 21 '11 at 18:20
feedback

2 Answers

up vote 1 down vote accepted

Are you looking for open source/free plugins or commercial?

I think, Coverity and Klocwork have introduced commercial plugins as part of extending their main stand alone tools and these should work for multi-threaded applications as well.

May be this link would be of some help.

link|improve this answer
feedback

Klocwork also has a product called Solo that you can download and try to detect multi-threading issues.

http://www.klocwork.com/products/solo/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.