vote up 5 vote down star
1

Does anyone know of an equivalent to fxcop/stylecop for Delphi? I would really like to get the automatic checking of style, etc. into Continuous Integration.

flag

5 Answers

vote up 8 vote down check

The closest I've seen is CodeHealer from SOCK software. We use it, and we have integrated it into our FinalBuilder build. It differs from FxCop in one important way: It analyzes the source code, rather than the produced executable. It also doesn't check quite as much as FxCop does. But I think it is the best thing which is available in this category for Delphi.

Delphi 2009 support isn't there just yet, but they say they're working on it.

link|flag
1  
I've just tried CodeHealer, and whilst it looks OK, it doesn't support D2009, so this is a non-starter at the moment unfortunately – Mmarquee May 4 at 14:00
vote up 8 vote down

There's Pascal Analyzer from Peganza: http://www.peganza.com/products_pal.htm

I don't know how the features compare to FxCop, since I haven't really used either one.

link|flag
vote up 0 vote down

I've heard of something called Delforex but haven't used it myself (yet)

link|flag
vote up 0 vote down

Delforex is great for actually formatting the code. It does not do much more than that though. (we have/do use it).

I would second the votes for either Pascal Analyzer or Code Healer.

Vaccano

link|flag
vote up 0 vote down

Doesn't Delphi output .net compatible IL code? I haven't used it in an age but I thought newer versions output .net assemblies.

If so then I would have thought FXcop would work and you could always add some of your own custom rules to it. Stylecop would not work but you could at least get FXCop running.

link|flag
Delphi 2009 is native win32. In this case this is unfortunate – Mmarquee May 6 at 18:48

Your Answer

Get an OpenID
or

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