Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 472
Rob Hunter Avatar asked Feb 10 '09 16:02

Rob Hunter


People also ask

What is static code analysis tools for code analysis?

Static code analysis is a method of debugging by examining source code before a program is run. It's done by analyzing a set of code against a set (or multiple sets) of coding rules. Static code analysis and static analysis are often used interchangeably, along with source code analysis.

Which of the following tools can do static analysis of source code?

Source code analysis tools, also known as Static Application Security Testing (SAST) Tools, can help analyze source code or compiled versions of code to help find security flaws. SAST tools can be added into your IDE.

Is JSHint static code analysis tools?

JSHint is a community-driven tool that detects errors and potential problems in JavaScript code. Since JSHint is so flexible, you can easily adjust it in the environment you expect your code to execute. JSHint is publicly available and will always stay this way.


1 Answers

Pascal Analyzer is nice.

like image 137
Rauhotz Avatar answered Nov 09 '22 13:11

Rauhotz