Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 05:53 Go to next message
Karthik Natarajan is currently offline Karthik NatarajanFriend
Messages: 43
Registered: July 2009
Location: Bangalore
Member

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


Regards
Karthik Natarajan
Re: Reg: Static Analysis plugin [message #989149 is a reply to message #988964] Tue, 04 December 2012 20:21 Go to previous message
Heiner Westphal is currently offline Heiner WestphalFriend
Messages: 18
Registered: July 2009
Junior Member
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: Tue Mar 19 06:55:29 GMT 2024

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

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

Back to the top