[Qt-interest] Qt code checking tools and QA
Alan Ezust
alan.ezust at gmail.com
Mon Mar 1 06:44:13 CET 2010
Oh you mean like a program that is smarter than your average coder and
can spot typical coding errors?
There exist similar tools in the java-space, such as findbugs and and
PMD. The closest thing I found in the C++ space is a program called
"cppcheck" which is nowhere near as good and I do not really know if
it is useful for Qt code.
I haven't found anything else yet in the open source space.
Then there is valgrind which is a runtime analysis tool but still
quite useful for catching bugs. But that is not a static code
analyzer, you have to run it to collect data.
On Fri, Feb 26, 2010 at 6:08 AM, OS Prog <osprog at gmail.com> wrote:
> Hi,
>
> Thanks to all for the ideas!
> Is out there any tools for static code checking that works well with Qt?
> I've tried the PC-Lint, but is not working well (probably I cannot setup it
> well).
>
> Best regards,
> Nikolay
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>
More information about the Qt-interest-old
mailing list