Are there any static code analysis tools for Delphi/Pascal? - Stack Overflow most recent 30 from stackoverflow.com2009-12-16T18:41:43Zhttp://stackoverflow.com/feeds/question/532986http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/532986/are-there-any-static-code-analysis-tools-for-delphi-pascal5Are there any static code analysis tools for Delphi/Pascal?Rob Hunter2009-02-10T16:15:31Z2009-02-11T06:27:13Z
<p>Are there any static code analysis tools for Delphi/Pascal?</p>
<p>I have seen plenty of options for C++ and .NET, but nothing for Delphi/Pascal.</p>
<p>Ideally something that could be integrated into a continuous integration system.</p>
http://stackoverflow.com/questions/532986/are-there-any-static-code-analysis-tools-for-delphi-pascal/533229#5332290Answer by Dave Elsberry for Are there any static code analysis tools for Delphi/Pascal?Dave Elsberry2009-02-10T17:04:24Z2009-02-10T17:04:24Z<p>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.</p>
http://stackoverflow.com/questions/532986/are-there-any-static-code-analysis-tools-for-delphi-pascal/533247#5332477Answer by Rauhotz for Are there any static code analysis tools for Delphi/Pascal?Rauhotz2009-02-10T17:07:34Z2009-02-10T17:07:34Z<p>Pascal Analyzer is nice.
<a href="http://www.peganza.com/" rel="nofollow">link text</a></p>
http://stackoverflow.com/questions/532986/are-there-any-static-code-analysis-tools-for-delphi-pascal/533262#5332626Answer by zabzonk for Are there any static code analysis tools for Delphi/Pascal?zabzonk2009-02-10T17:10:26Z2009-02-10T17:10:26Z<p>If you want something that will give you various software metrics (complecity etc.) for your code then I strongly recommend SourceMonitor from <a href="http://www.campwoodsw.com" rel="nofollow">Campswood Software</a>. It works for C and C++ too, and it's free.</p>
http://stackoverflow.com/questions/532986/are-there-any-static-code-analysis-tools-for-delphi-pascal/533368#5333682Answer by Alister for Are there any static code analysis tools for Delphi/Pascal?Alister2009-02-10T17:36:51Z2009-02-10T17:36:51Z<p>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.</p>
http://stackoverflow.com/questions/532986/are-there-any-static-code-analysis-tools-for-delphi-pascal/533391#5333916Answer by Nick Hodges for Are there any static code analysis tools for Delphi/Pascal?Nick Hodges2009-02-10T17:42:57Z2009-02-10T17:42:57Z<p>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.</p>
http://stackoverflow.com/questions/532986/are-there-any-static-code-analysis-tools-for-delphi-pascal/533669#5336695Answer by Charles Faiga for Are there any static code analysis tools for Delphi/Pascal?Charles Faiga2009-02-10T18:59:20Z2009-02-11T06:27:13Z<p><a href="http://www.socksoftware.com/codehealer.php" rel="nofollow">CodeHealer</a> does source code analysis and verification</p>
<p>A version came with BDS2006, But the number of visibility hints is limited to 4 per category.
<a href="http://www.socksoftware.com/forums/viewtopic.php?f=4&t=255" rel="nofollow">have a look at this link</a></p>
<p>It works well on a small project but this limitation makes it very hard if not impossible to use on a large project. </p>