vote up 5 vote down star
3

Are there any static code analysis tools for Delphi/Pascal?

I have seen plenty of options for C++ and .NET, but nothing for Delphi/Pascal.

Ideally something that could be integrated into a continuous integration system.

flag

57% accept rate

6 Answers

vote up 7 vote down check

Pascal Analyzer is nice. link text

link|flag
vote up 5 vote down

CodeHealer does source code analysis and verification

A version came with BDS2006, But the number of visibility hints is limited to 4 per category. have a look at this link

It works well on a small project but this limitation makes it very hard if not impossible to use on a large project.

link|flag
Actually, it wasn't a demo. It was a fully working copy. – Nick Hodges Feb 10 at 20:20
vote up 6 vote down

The Architect version of Delphi has a very powerful Audits and Metrics feature that does a complete analysis of your code. The feature provides a complete analysis of your source code. A very under appreciated feature, I think.

link|flag
vote up 2 vote down

Pascal Analyser, Delphi 2006+ has built in audits and metrics, Source Monitor and Code Healer are the ones that I'm aware of - all are pretty useful.

link|flag
vote up 6 vote down

If you want something that will give you various software metrics (complecity etc.) for your code then I strongly recommend SourceMonitor from Campswood Software. It works for C and C++ too, and it's free.

link|flag
This is a great tool. very cool graphs. – MikeJ May 6 at 0:05
vote up 0 vote down

AQTime from AutomatedQA offers a Static Analysis Profiler. I have never used this profiler but am happy with those AQTime profilers that I use regularly. If you go down this path you can integrate AQTime with TestComplete to accomplish this sort of profiling as part of a continuous integration approach.

link|flag

Your Answer

Get an OpenID
or

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