File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
content/courses/intro-to-spark/chapters Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,10 @@ verification of the source code performed without compiling or executing
6262it. Verification uses tools that perform static analysis. These can take
6363various forms. They include tools that check types and enforce visibility
6464rules, such as the compiler, in addition to those that perform more complex
65- reasoning, such as abstract interpretation, as done by a tool like
66- `CodePeer <https://www.adacore.com/codepeer >`_ from AdaCore. The tools that
67- come with SPARK perform two different forms of static analysis:
65+ reasoning, such as abstract interpretation, as done by a tool like the
66+ `GNAT Static Analysis Suite <https://www.adacore.com/static-analysis-suite >`_
67+ from AdaCore. The tools that come with SPARK perform two different forms
68+ of static analysis:
6869
6970- `flow analysis ` is the fastest form of analysis. It checks
7071 initializations of variables and looks at data dependencies between
You can’t perform that action at this time.
0 commit comments