Reg: Static Analysis plugin [message #988964] |
Tue, 04 December 2012 00:53  |
Eclipse User |
|
|
|
Hi,
Thanks to look into my post.
Can you suggest me a Static Analysis plugin to test my RCP application - JAVA code by installing into Eclipse
1. The plugin i am expecting should perform Code Analysis
2. I would like to use the plugin in eclipse
Question: can junit perform Static Analysis without adding any additional plugin?
Can any one route me to the tutorial, if available.
Thanks & Regards
Karthik Nataranan
|
|
|
Re: Reg: Static Analysis plugin [message #989149 is a reply to message #988964] |
Tue, 04 December 2012 15:21  |
Eclipse User |
|
|
|
Hello Karthik Nataranan,
just to clarify:
JUnit is supposed to run unit tests. And thats it.
There is software which tracks which line of code is used and which
branches are taken. In combination with JUnit you can get a coverage report.
Some people call this a dynamic analysis.
For static analysis you should take a look at
checkstyle, PMD and findbugs, to name just a few.
We are using all of them at verit (www.verit.de), since they look at the
code from different angels.
Hope this helps,
Heiner
Am 04.12.2012 06:53, schrieb KarthikNatarajan Mising name:
> Hi,
>
> Thanks to look into my post.
>
> Can you suggest me a Static Analysis plugin to test my RCP application -
> JAVA code by installing into Eclipse
>
> 1. The plugin i am expecting should perform Code Analysis
> 2. I would like to use the plugin in eclipse
>
> Question: can junit perform Static Analysis without adding any
> additional plugin?
>
> Can any one route me to the tutorial, if available.
>
> Thanks & Regards
> Karthik Nataranan
|
|
|
Powered by
FUDForum. Page generated in 0.04308 seconds