A review / introduction to FixInsight, Roman Yankovsky's new static code analysis plugin for Delphi.
A review / introduction to FixInsight, Roman Yankovsky's new static code analysis plugin for Delphi.
http://parnassus.co/review-fixinsight-sourceoddity/
http://parnassus.co/review-fixinsight-sourceoddity
http://parnassus.co/review-fixinsight-sourceoddity/
http://parnassus.co/review-fixinsight-sourceoddity
I've whipped up a tool that compares the FixInsight output as well as the delphi compiler output and integrated it into our build system. Now the build fails if a warning count has increased anywhere.
ReplyDeleteYou don't get a bonus for removing warnings ;)
The output of the last good build is saved as the input for the current build.
> As it happens, the form is in fact correctly freed.
ReplyDeleteTo be honest, I don't think it is a false positive. TForm has Release method to correctly free a form in a form’s method.
Roman Yankovsky I think you're right. I should be using Release. Chalk up another +1 for FixInsight :)
ReplyDelete