File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Coverage Data Gathering
58
58
59
59
* :dfn: `Binary traces `
60
60
61
- * Produced by instrumented execution environment with unmodifed version of program.
61
+ * Produced by instrumented execution environment with unmodifed version of program
62
62
* Traces contain low level information about executed blocks of machine instructions
63
63
64
64
* :dfn: `Source traces `
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ What Is Static Analysis?
64
64
+ *May * be exhaustive
65
65
66
66
+ All possible errors are reported
67
- + No false negatives; there may be false positives
67
+ + No false negatives; there * may * be false positives
68
68
69
69
+ If the analyzer does not report a problem, there is no problem
70
70
@@ -96,7 +96,7 @@ What Is GNAT SAS?
96
96
+ Numeric overflows
97
97
+ Numeric wraparounds
98
98
+ Improper use of Application Programming Interfaces (APIs)
99
- + and more
99
+ + ... and more
100
100
101
101
------------------------
102
102
What Does GNAT SAS Do?
Original file line number Diff line number Diff line change @@ -713,7 +713,7 @@ Understanding McCabe Complexity
713
713
714
714
v(G) = E - N + 2 * P
715
715
716
- + Aimed a measuring the complexity of execution paths
716
+ + Aimed at measuring the complexity of execution paths
717
717
+ Needs to be adapted for each language
718
718
719
719
----------------
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ Typical Users and Use Cases
159
159
+ Reviewers
160
160
161
161
+ **Annotate ** code with analysis of potential problems
162
- + **Analyse ** specific CWE issues
162
+ + **Analyze ** specific CWE issues
163
163
164
164
+ Project managers and quality engineers
165
165
You can’t perform that action at this time.
0 commit comments