12-18-2015, 09:56 PM
(This post was last modified: 12-18-2015, 09:59 PM by Seadragon91.)
Here is a zip file that contains the scan from CppCheck, exported as html. It's well done, easy to understand
https://dl.dropboxusercontent.com/u/7270...pcheck.zip
Statistic:
I think this error ids would be good to check:
uninitMemberVar, passedByValue, duplInheritedMember
Open the file index.html and you have a overview. Use the search of the browser (ctr + f), if you are interested in a specific error id
Edit: Okay no underline in code possible.
https://dl.dropboxusercontent.com/u/7270...pcheck.zip
Statistic:
Code:
668 purgedConfiguration
301 noExplicitConstructor
71 uninitMemberVar
65 toomanyconfigs
10 unusedStructMember
8 passedByValue
6 class_X_Y
5 duplInheritedMember
2 useInitializationList
1 knownConditionTrueFalse
I think this error ids would be good to check:
uninitMemberVar, passedByValue, duplInheritedMember
Open the file index.html and you have a overview. Use the search of the browser (ctr + f), if you are interested in a specific error id
Edit: Okay no underline in code possible.