top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What does mean of term "have zero false positives" in case of code analysis?

+1 vote
214 views

Here my goal is to detect only real errors in the code (i.e. have zero false positives).

posted Aug 8, 2015 by Amit Kumar Pandey

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+3 votes

Please let me know any open source c/c++ static code analysis tool, I need to use that tool for stataic analysis

0 votes

Say
float i = 1.1;
float j = 1.1;

Many a time if (i == j) results in false. Why??

...