From 9b9839ecdef529f37a09ff5855babf20eea90075 Mon Sep 17 00:00:00 2001 From: Belen Pruvost Date: Thu, 7 Apr 2022 15:49:51 +0200 Subject: [PATCH] [NO-JIRA] Update Analysis Overview page --- server/sonar-docs/src/pages/analysis/overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/sonar-docs/src/pages/analysis/overview.md b/server/sonar-docs/src/pages/analysis/overview.md index 3d0307125d7..681b70caecd 100644 --- a/server/sonar-docs/src/pages/analysis/overview.md +++ b/server/sonar-docs/src/pages/analysis/overview.md @@ -24,11 +24,11 @@ A project is created in SonarQube automatically on its first analysis. However, ## What does analysis produce? -SonarQube can analyze up to 27 different languages depending on your edition. The outcome of this analysis will be quality measures and issues (instances where coding rules were broken). However, what gets analyzed will vary depending on the language: +SonarQube can analyze up to 29 different languages depending on your edition. The outcome of this analysis will be quality measures and issues (instances where coding rules were broken). However, what gets analyzed will vary depending on the language: * 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.) +* For certain languages, the static analysis should be done on compiled code ( .class files in Java, .dll files in C#, etc.) ## Will all files be analyzed? @@ -57,4 +57,4 @@ The icon goes away once processing is complete, but if analysis report processin **A.** This means your project is too large or too intricate for the scanner to analyze with the default memory allocation. To fix this you'll want to allocate a larger heap (using `-Xmx[numeric value here]`) to the process running the analysis. Some CI engines may give you an input to specify the necessary values, for instance if you're using a Maven Build Step in a Jenkins job to run analysis. Otherwise, use Java Options to set a higher value. Note that details of setting Java Options are omitted here because they vary depending on the environment. **Q.** Analysis errors out with `PKIX path building failed`. What do I do? -**A.** This error tells you that your SonarQube server is configured with HTTPS and a custom SSL certificate. However, the certificate is not correctly configured in the scanner machine’s JVM. This configuration is outside of SonarQube scope. The server certificate is unknown and could not be validated with the provided truststore. You need to add the SonarQube server certificate to the Java truststore. See [Oracle's documentation](https://docs.oracle.com/cd/E19830-01/819-4712/ablqw/index.html) for more information. \ No newline at end of file +**A.** This error tells you that your SonarQube server is configured with HTTPS and a custom SSL certificate. However, the certificate is not correctly configured in the scanner machine’s JVM. This configuration is outside of SonarQube scope. The server certificate is unknown and could not be validated with the provided truststore. You need to add the SonarQube server certificate to the Java truststore. See [Oracle's documentation](https://docs.oracle.com/cd/E19830-01/819-4712/ablqw/index.html) for more information. -- 2.39.5