-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 posts ] 
Author Message
 Post subject: Static & Dynamic code analysis tools
PostPosted: Thu Dec 23, 2004 9:43 am 
Hibernate Team
Hibernate Team

Joined: Thu Dec 18, 2003 9:55 am
Posts: 1977
Location: France
I guys,
i need a tool to analyse big app code:
- static: analyse if exceptions are well managed + respect basic coding rules
- dynamic : analyse memory (size & number of instances) + analyse use case (all methods called in a use case and how long they are)

i know Cast but too exepnsive
Devpartner cover static & dynamic
JProbe: cover dynamic but not really usefull for static

do you know other tools? maybe free?


Thanks

_________________
Anthony,
Get value thanks to your skills: http://www.redhat.com/certification


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 23, 2004 9:46 am 
Hibernate Team
Hibernate Team

Joined: Tue Sep 09, 2003 2:10 pm
Posts: 3246
Location: Passau, Germany
Would something like Checkstyle or PMD fit your needs for static analysis?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 23, 2004 9:47 am 
Hibernate Team
Hibernate Team

Joined: Thu Dec 18, 2003 9:55 am
Posts: 1977
Location: France
Chekstyle isn't enough
i take a look at PMD, thanks Michael

_________________
Anthony,
Get value thanks to your skills: http://www.redhat.com/certification


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 23, 2004 9:51 am 
Hibernate Team
Hibernate Team

Joined: Tue Sep 09, 2003 2:10 pm
Posts: 3246
Location: Passau, Germany
I think you can do fairly extensive stuff with the two ... if the builtin tests are not enough, you can write custom plugins which AFAIK have access to a full AST of the source.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 23, 2004 11:32 am 
Senior
Senior

Joined: Sun Jan 04, 2004 2:46 pm
Posts: 147
Intellij IDEA has a pretty extensive set of static analysis options. You can configure each "error" to either be ignored or flagged as a warning or error ( yellow and red line down the side of the scrollbar ). Sadly I don't think there's a way of getting it to analyse files and spit out results, but if you use it day to day with the correct errors configured you'll it'll help a lot.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 26, 2004 9:55 am 
Hibernate Team
Hibernate Team

Joined: Thu Dec 18, 2003 9:55 am
Posts: 1977
Location: France
for dynamic analyse:
http://eclipsecolorer.sourceforge.net/i ... filer.html

i love it.

_________________
Anthony,
Get value thanks to your skills: http://www.redhat.com/certification


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.