]> source.dussan.org Git - sonarqube.git/commitdiff
Drop 'dynamic analysis'
authorG. Ann Campbell <ann.campbell@sonarsource.com>
Mon, 8 Apr 2019 18:36:11 +0000 (14:36 -0400)
committerSonarTech <sonartech@sonarsource.com>
Tue, 9 Apr 2019 18:21:05 +0000 (20:21 +0200)
server/sonar-docs/src/pages/analysis/overview.md

index ed7f6afb464a3c43c9037e85916ee366b238e109..16a16c6c799855827d9d4c920764029ccf17f238 100644 (file)
@@ -55,7 +55,7 @@ A project is created in the platform automatically on its first analysis. Howeve
 * On all languages, "blame" data will automatically be imported from supported SCM providers. [Git and SVN are supported automatically](/analysis/scm-integration/). Other providers require additional plugins.
 * On all languages, a static analysis of source code is performed (Java files, COBOL programs, etc.)
 * A static analysis of compiled code can be performed for certain languages (.class files in Java, .dll files in C#, etc.)
-* A dynamic analysis of code can be performed on certain languages.
+
 
 ## Will all files be analyzed?
 By default, only files that are recognized by a language analyzer are loaded into the project during analysis.