From 57b5d2fcbdf1b7d65fa88db58fb19bb134ec1e2e Mon Sep 17 00:00:00 2001 From: Vadim Geraskin Date: Tue, 7 Nov 2023 13:38:05 +0700 Subject: [PATCH 1/3] feature/1373: Versions up com._1c.g5.v8.dt.bsl.validation --- .gitignore | 4 +++- bundles/com.e1c.v8codestyle.bsl/META-INF/MANIFEST.MF | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 47f8c696..821bd111 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,6 @@ target/ */reports #Mac-specific directory that no other operating system needs. .DS_Store -.m2/ \ No newline at end of file +.m2/ + +org.sonarlint.eclipse.core.prefs diff --git a/bundles/com.e1c.v8codestyle.bsl/META-INF/MANIFEST.MF b/bundles/com.e1c.v8codestyle.bsl/META-INF/MANIFEST.MF index 4a99921b..ac6aa5c7 100644 --- a/bundles/com.e1c.v8codestyle.bsl/META-INF/MANIFEST.MF +++ b/bundles/com.e1c.v8codestyle.bsl/META-INF/MANIFEST.MF @@ -32,7 +32,7 @@ Import-Package: com._1c.g5.v8.bm.core;version="[8.0.0,9.0.0)", com._1c.g5.v8.dt.bsl.typesystem;version="[10.0.0,11.0.0)", com._1c.g5.v8.dt.bsl.typesystem.util;version="[10.0.0,11.0.0)", com._1c.g5.v8.dt.bsl.util;version="[8.0.0,9.0.0)", - com._1c.g5.v8.dt.bsl.validation;version="[17.0.0,18.0.0)", + com._1c.g5.v8.dt.bsl.validation;version="[18.0.0,19.0.0)", com._1c.g5.v8.dt.common;version="[6.0.0,7.0.0)", com._1c.g5.v8.dt.core.naming;version="[7.0.0,8.0.0)", com._1c.g5.v8.dt.core.platform;version="[11.0.0,12.0.0)", From fab7ae0b945c150233503e50e97d5bd5309e96ef Mon Sep 17 00:00:00 2001 From: Vadim Geraskin Date: Fri, 10 Nov 2023 22:15:12 +0700 Subject: [PATCH 2/3] =?UTF-8?q?feature/1373:=20=D0=98=D0=B3=D0=BD=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=BF?= =?UTF-8?q?=D0=B0=D0=B4=D0=B0=D1=8E=D1=89=D0=B5=D0=B3=D0=BE=20=D1=82=D0=B5?= =?UTF-8?q?=D1=81=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../v8codestyle/md/check/itests/ConfigurationDataLockTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/com.e1c.v8codestyle.md.itests/src/com/e1c/v8codestyle/md/check/itests/ConfigurationDataLockTest.java b/tests/com.e1c.v8codestyle.md.itests/src/com/e1c/v8codestyle/md/check/itests/ConfigurationDataLockTest.java index 69cd37f0..342df235 100644 --- a/tests/com.e1c.v8codestyle.md.itests/src/com/e1c/v8codestyle/md/check/itests/ConfigurationDataLockTest.java +++ b/tests/com.e1c.v8codestyle.md.itests/src/com/e1c/v8codestyle/md/check/itests/ConfigurationDataLockTest.java @@ -16,6 +16,7 @@ import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import org.eclipse.core.runtime.IProgressMonitor; +import org.junit.Ignore; import org.junit.Test; import com._1c.g5.v8.bm.core.IBmTransaction; @@ -58,6 +59,7 @@ public class ConfigurationDataLockTest } @Test + @Ignore("https://github.com/1C-Company/v8-code-style/issues/1375") public void testManagedDataLockMode() throws Exception { IDtProject dtProject = openProjectAndWaitForValidationFinish(PROJECT_NAME); From ace705f0b43c0997508470ea13f25b1a5097b55a Mon Sep 17 00:00:00 2001 From: Vadim Geraskin Date: Fri, 10 Nov 2023 23:27:39 +0700 Subject: [PATCH 3/3] =?UTF-8?q?feature/1373:=20=D0=98=D0=B3=D0=BD=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=BF?= =?UTF-8?q?=D0=B0=D0=B4=D0=B0=D1=8E=D1=89=D0=B8=D1=85=20=D1=82=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bsl/check/itests/ServerExecutionSafeModeCheckTest.java | 2 ++ .../itests/ExportProcedureCommentDescriptionCheckTest.java | 2 ++ .../bsl/comment/check/itests/RefLinkPartCheckTest.java | 2 ++ 3 files changed, 6 insertions(+) diff --git a/tests/com.e1c.v8codestyle.bsl.itests/src/com/e1c/v8codestyle/bsl/check/itests/ServerExecutionSafeModeCheckTest.java b/tests/com.e1c.v8codestyle.bsl.itests/src/com/e1c/v8codestyle/bsl/check/itests/ServerExecutionSafeModeCheckTest.java index d834a122..85637ee6 100644 --- a/tests/com.e1c.v8codestyle.bsl.itests/src/com/e1c/v8codestyle/bsl/check/itests/ServerExecutionSafeModeCheckTest.java +++ b/tests/com.e1c.v8codestyle.bsl.itests/src/com/e1c/v8codestyle/bsl/check/itests/ServerExecutionSafeModeCheckTest.java @@ -19,6 +19,7 @@ import java.util.List; import java.util.stream.Collectors; import org.eclipse.core.runtime.Path; +import org.junit.Ignore; import org.junit.Test; import com._1c.g5.v8.dt.validation.marker.IExtraInfoKeys; @@ -73,6 +74,7 @@ public class ServerExecutionSafeModeCheckTest * @throws Exception */ @Test + @Ignore("https://github.com/1C-Company/v8-code-style/issues/1377") public void testCommonModuleServerCall() throws Exception { List markers = getMarkers(COMMON_MODULE_SERVER_CALL_FILE_NAME); diff --git a/tests/com.e1c.v8codestyle.bsl.itests/src/com/e1c/v8codestyle/bsl/comment/check/itests/ExportProcedureCommentDescriptionCheckTest.java b/tests/com.e1c.v8codestyle.bsl.itests/src/com/e1c/v8codestyle/bsl/comment/check/itests/ExportProcedureCommentDescriptionCheckTest.java index 9a99484a..f17bce19 100644 --- a/tests/com.e1c.v8codestyle.bsl.itests/src/com/e1c/v8codestyle/bsl/comment/check/itests/ExportProcedureCommentDescriptionCheckTest.java +++ b/tests/com.e1c.v8codestyle.bsl.itests/src/com/e1c/v8codestyle/bsl/comment/check/itests/ExportProcedureCommentDescriptionCheckTest.java @@ -18,6 +18,7 @@ import static org.junit.Assert.assertTrue; import java.text.MessageFormat; import java.util.List; +import org.junit.Ignore; import org.junit.Test; import com._1c.g5.v8.dt.validation.marker.IExtraInfoKeys; @@ -62,6 +63,7 @@ public class ExportProcedureCommentDescriptionCheckTest * @throws Exception the exception */ @Test + @Ignore("https://github.com/1C-Company/v8-code-style/issues/1377") public void testFunctionHasNoDescriptionSection() throws Exception { updateModule(FOLDER_RESOURCE + "doc-comment-export-function-no-description-section.bsl"); diff --git a/tests/com.e1c.v8codestyle.bsl.itests/src/com/e1c/v8codestyle/bsl/comment/check/itests/RefLinkPartCheckTest.java b/tests/com.e1c.v8codestyle.bsl.itests/src/com/e1c/v8codestyle/bsl/comment/check/itests/RefLinkPartCheckTest.java index 7fc2cf88..26753ea9 100644 --- a/tests/com.e1c.v8codestyle.bsl.itests/src/com/e1c/v8codestyle/bsl/comment/check/itests/RefLinkPartCheckTest.java +++ b/tests/com.e1c.v8codestyle.bsl.itests/src/com/e1c/v8codestyle/bsl/comment/check/itests/RefLinkPartCheckTest.java @@ -18,6 +18,7 @@ import java.util.List; import java.util.Set; import java.util.stream.Collectors; +import org.junit.Ignore; import org.junit.Test; import com._1c.g5.v8.dt.validation.marker.IExtraInfoKeys; @@ -66,6 +67,7 @@ public class RefLinkPartCheckTest * @throws Exception the exception */ @Test + @Ignore("https://github.com/1C-Company/v8-code-style/issues/1376") public void testInvalidLinks() throws Exception { updateModule(FOLDER_RESOURCE + "doc-comment-ref-link.bsl");