Code Review Tool
-
wrote on 28 Jan 2011, 09:34 last edited by
Hello,
I'm looking for a code review tool for Qt. Can you suggest me some? -
wrote on 28 Jan 2011, 09:57 last edited by
What should this tool do?
code metrics? then you could look at "SourceMonitor":http://www.campwoodsw.com/ -
wrote on 28 Jan 2011, 10:03 last edited by
hi!
I'm also using SourceMonitor, thanks. I'm looking for a tool which can detect memory leaks and such other defects which compiler can not find. But this tool has to address Qt requirements too.( for example: it has to know about memory management of Qt to prevent false alarms.)
And one more, if it's possible this tool is supposed to check whether the developer used a predefined coding standart. ( like making variable names smallcase, putting m_ prefix to member variables etc.)
-
wrote on 28 Jan 2011, 11:11 last edited by
Memory tracking is highly platform dependent. It was discussed before here:
-
wrote on 28 Jan 2011, 11:16 last edited by
As code review tool for finding memory leaks, you could use "pclint":http://www.gimpel.com/html/pcl.htm (which is a commercial tool), but i'm not sure, whether it can handle Qt memory management correctly.
-
wrote on 30 Jan 2011, 18:36 last edited by
thanks all!
1/6