Skip to main content



      Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Reg: Static Analysis plugin(Can you please suggest me a plugin for Static Analysis for Eclipse plugin / Java application)
Reg: Static Analysis plugin [message #988964] Tue, 04 December 2012 00:53 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:setconfig.bat needs JRE that supports JAXP
Next Topic:RPT Load Generation
Goto Forum:
  


Current Time: Wed Jul 23 01:30:46 EDT 2025

Powered by FUDForum. Page generated in 0.04308 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top