From 29ca035da168aea24a23d3c316c52940a64d6ba1 Mon Sep 17 00:00:00 2001 From: Tobias Hahnen Date: Mon, 16 Dec 2024 11:58:53 +0100 Subject: [PATCH] SLE-1000: PR feedback --- .../src/org/sonarlint/eclipse/its/cdt/CdtIntegrationTest.java | 2 +- .../sonarlint/eclipse/core/internal/jobs/AnalyzeProjectJob.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/its/org.sonarlint.eclipse.its.cdt/src/org/sonarlint/eclipse/its/cdt/CdtIntegrationTest.java b/its/org.sonarlint.eclipse.its.cdt/src/org/sonarlint/eclipse/its/cdt/CdtIntegrationTest.java index 3b9e0b7eb..8c1efce4a 100644 --- a/its/org.sonarlint.eclipse.its.cdt/src/org/sonarlint/eclipse/its/cdt/CdtIntegrationTest.java +++ b/its/org.sonarlint.eclipse.its.cdt/src/org/sonarlint/eclipse/its/cdt/CdtIntegrationTest.java @@ -27,7 +27,7 @@ import static org.assertj.core.api.Assertions.tuple; /** - * These tests are for the CDT integration of the plug-in. It should work correctly with different kidns of C/C++ + * These tests are for the CDT integration of the plug-in. It should work correctly with different kinds of C/C++ * projects that are supported by CDT itself or other tools generating the Eclipse project files. */ public class CdtIntegrationTest extends AbstractSonarLintTest { diff --git a/org.sonarlint.eclipse.core/src/org/sonarlint/eclipse/core/internal/jobs/AnalyzeProjectJob.java b/org.sonarlint.eclipse.core/src/org/sonarlint/eclipse/core/internal/jobs/AnalyzeProjectJob.java index 0dfd254ef..c256721e3 100644 --- a/org.sonarlint.eclipse.core/src/org/sonarlint/eclipse/core/internal/jobs/AnalyzeProjectJob.java +++ b/org.sonarlint.eclipse.core/src/org/sonarlint/eclipse/core/internal/jobs/AnalyzeProjectJob.java @@ -166,7 +166,7 @@ protected IStatus doRun(final IProgressMonitor monitor) { + "from the Eclipse CDT plug-in. This might happen when the project was not yet built or the project is " + "not configured correctly.", "The following files were removed from the analysis: '" + removedFilesByCdt + "'. The information " - + "provided by Eclipse CDT is crucial for the analysis to work correctly, please consult the offcial" + + "provided by Eclipse CDT is crucial for the analysis to work correctly, please consult the official " + "documentation at: " + SonarLintDocumentation.ECLIPSE_CDT_DOCS, SonarLintDocumentation.ECLIPSE_CDT_DOCS));