klocwork
Automatically generate TFS Work Item(s) from Klocwork Insight run
we consider to use Klocwork Insight for code analysis in the near future and are just migrating our source to Team Foundation Server 2010.[详细]
2023-03-28 22:47 分类:问答Can Klocwork (or other tools) be aware of types, typedefs and #define directives?
I have been looking for tools to help detect errors that prevent a program from running properly as 64-bit code. Most recently, I\'ve been toying with Klocwork and its custom checkers feature, which l[详细]
2023-03-14 13:49 分类:问答Klocwork & c - The number of lines of source code actually used
My project is made out of lots of bits and pieces of older code. How do I know how many lines of code were actually used?[详细]
2023-01-11 02:41 分类:问答Does Klocwork detect never called functions?
my code is a mix up of different bits and pieces from older code. I would like开发者_如何学运维 to erase all never used functions in order to keep the code simple.[详细]
2023-01-10 18:07 分类:问答Not null terminated string false alarm?
Klocwork is producing an alarm which seems to be a false one. The bug it mentions describes about 80% of the total bugs in our code.[详细]
2023-01-07 15:44 分类:问答Not null terminated string - a KlocWork error with no understandable reason
I\'ve recently installed \"klocwork\" and am trying to get rid of bugs on an existing code. The error shown seems to be simple. No null at the termination of the char * _p_.[详细]
2023-01-05 23:21 分类:问答Assigning memory to double pointer?
I am having trouble understanding how to assign memory to a double pointer. I want to read an array of strings and store it.[详细]
2022-12-20 05:57 分类:问答