Are there any static code analysis tools for Delphi/Pascal? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T18:41:43Z http://stackoverflow.com/feeds/question/532986 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/532986/are-there-any-static-code-analysis-tools-for-delphi-pascal 5 Are there any static code analysis tools for Delphi/Pascal? Rob Hunter 2009-02-10T16:15:31Z 2009-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#533229 0 Answer by Dave Elsberry for Are there any static code analysis tools for Delphi/Pascal? Dave Elsberry 2009-02-10T17:04:24Z 2009-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#533247 7 Answer by Rauhotz for Are there any static code analysis tools for Delphi/Pascal? Rauhotz 2009-02-10T17:07:34Z 2009-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#533262 6 Answer by zabzonk for Are there any static code analysis tools for Delphi/Pascal? zabzonk 2009-02-10T17:10:26Z 2009-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#533368 2 Answer by Alister for Are there any static code analysis tools for Delphi/Pascal? Alister 2009-02-10T17:36:51Z 2009-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#533391 6 Answer by Nick Hodges for Are there any static code analysis tools for Delphi/Pascal? Nick Hodges 2009-02-10T17:42:57Z 2009-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#533669 5 Answer by Charles Faiga for Are there any static code analysis tools for Delphi/Pascal? Charles Faiga 2009-02-10T18:59:20Z 2009-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&amp;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>