Download TMS FixInsight v2021.10 for Delphi 2006-Delphi 11 Alexandria

TMS FixInsight v2021.10 for Delphi 2006-Delphi 11 Alexandria

TMS FixInsight v2021.10 for Delphi 2006-Delphi 11 Alexandria
TMS FixInsight v2021.10 for Delphi 2006-Delphi 11 Alexandria


FixInsight performs static code analysis to help you find bugs early in the development process:
Identify potential errors and oddities
Produce a list of warnings when issues are found
Check your code for coding convention compliance (list of code patterns handled by FixInsight can be found in the documentation)
Exclude specific units from analysis by entering their names in the Settings window
Suppress particular warnings

Benefits
Reduce the number of bugs early in the development stage
Reduce overall costs of development, maintenance and support
Improve application reliability and quality

How It Works
FixInsight seamlessly integrates into your Delphi IDE and outputs its messages in the familiar Messages window.
You can integrate FixInsight (Pro version only) with your build process using the command-line tool and have several options that will let you run analysis automatically during the build process.

v2021.10
New : Support for Delphi 11
New : Rule: W542 Direct floating-point comparison
New : Rule: W541 Casting from Integer to Pointer type (or vice versa)
New : Rule: W540 String variable ''%s'' used twice in a call both as an output and an input parameter
New : Rule: W539 Interface method call passing the same interface reference (''%s'') as out parameter
New : Rule: W537 Format parameter type mismatch
Improved : Code parser
Improved : Better type resolving