Skip to content

Commit bc236c0

Browse files
Fabien-Chouteaugusthoff
authored andcommitted
intro-to-spark/chapters/01_Overview.rst: replace codepeer with GNAT SAS
1 parent 21e761a commit bc236c0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/courses/intro-to-spark/chapters/01_Overview.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ verification of the source code performed without compiling or executing
6262
it. Verification uses tools that perform static analysis. These can take
6363
various forms. They include tools that check types and enforce visibility
6464
rules, 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

0 commit comments

Comments
 (0)