From 5debd33a6cbecc1e569ffca772f3e7c4473fa88b Mon Sep 17 00:00:00 2001 From: Pierre-Charles David Date: Wed, 1 Apr 2026 20:56:04 +0200 Subject: [PATCH 1/2] [cleanup] Remove dead code Signed-off-by: Pierre-Charles David --- .../internal/service/tests/EventTypeServiceTest.java | 2 +- .../org/eclipse/emf/validation/tests/AllTests.java | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/tests/org.eclipse.emf.validation.tests/src/org/eclipse/emf/validation/internal/service/tests/EventTypeServiceTest.java b/tests/org.eclipse.emf.validation.tests/src/org/eclipse/emf/validation/internal/service/tests/EventTypeServiceTest.java index 3f59ea2..a3fbc19 100644 --- a/tests/org.eclipse.emf.validation.tests/src/org/eclipse/emf/validation/internal/service/tests/EventTypeServiceTest.java +++ b/tests/org.eclipse.emf.validation.tests/src/org/eclipse/emf/validation/internal/service/tests/EventTypeServiceTest.java @@ -42,7 +42,7 @@ public void test_getNotificationGenerators_177647() { @Test public void test_getNotificationGenerator_177647() { - INotificationGenerator generator = EventTypeService.getInstance().getNotificationGenerator("Special Order"); //$NON-NLS-1$ + INotificationGenerator generator = EventTypeService.getInstance().getNotificationGenerator("Special Order"); assertNotNull(generator); } } diff --git a/tests/org.eclipse.emf.validation.tests/src/org/eclipse/emf/validation/tests/AllTests.java b/tests/org.eclipse.emf.validation.tests/src/org/eclipse/emf/validation/tests/AllTests.java index 07331c4..1cadb95 100644 --- a/tests/org.eclipse.emf.validation.tests/src/org/eclipse/emf/validation/tests/AllTests.java +++ b/tests/org.eclipse.emf.validation.tests/src/org/eclipse/emf/validation/tests/AllTests.java @@ -28,7 +28,7 @@ public class AllTests { // register the .ordersystem extension for loading the example XMI file Resource.Factory.Registry reg = Resource.Factory.Registry.INSTANCE; Map m = reg.getExtensionToFactoryMap(); - m.put("ordersystem", new XMIResourceFactoryImpl()); //$NON-NLS-1$ + m.put("ordersystem", new XMIResourceFactoryImpl()); } /** @@ -43,14 +43,4 @@ public static boolean isExecutingUnitTests() { return executingUnitTests; } -// public static Test suite() { -// // Show validation problems on the console. -// Preferences mslui = Platform.getPreferencesService().getRootNode().node("instance").node("org.eclipse.gmf.runtime.emf.ui"); -// mslui.putInt("Validation.liveProblemsDisplay", 1); -// try { -// mslui.flush(); -// } catch (BackingStoreException e) { -// e.printStackTrace(); -// } -// } } From 5cd3cca4ccc9f516dcb541c38b8b5b6c76bd389b Mon Sep 17 00:00:00 2001 From: Pierre-Charles David Date: Wed, 1 Apr 2026 21:05:53 +0200 Subject: [PATCH 2/2] [releng] Bump version to 1.14.2 Signed-off-by: Pierre-Charles David --- .../org.eclipse.emf.validation.ocl/pom.xml | 2 +- .../org.eclipse.emf.validation.ui.ide/pom.xml | 2 +- bundles/org.eclipse.emf.validation.ui/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.emf.validation/pom.xml | 4 ++-- doc/org.eclipse.emf.validation.doc/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../feature.xml | 2 +- .../pom.xml | 4 ++-- .../feature.xml | 2 +- .../pom.xml | 4 ++-- .../feature.xml | 2 +- .../pom.xml | 4 ++-- .../feature.xml | 2 +- .../pom.xml | 4 ++-- .../feature.xml | 2 +- .../pom.xml | 4 ++-- .../feature.xml | 2 +- .../pom.xml | 4 ++-- .../feature.xml | 2 +- .../pom.xml | 4 ++-- pom.xml | 2 +- .../org.eclipse.emf.validation.releng/pom.xml | 4 ++-- .../category.xml | 20 +++++++++---------- .../pom.xml | 4 ++-- .../org.eclipse.emf.validation.target/pom.xml | 4 ++-- .../org.eclipse.emf.validation.tests/pom.xml | 2 +- 30 files changed, 50 insertions(+), 50 deletions(-) diff --git a/bundles/org.eclipse.emf.validation.ocl/pom.xml b/bundles/org.eclipse.emf.validation.ocl/pom.xml index 6f62dac..cf3c12a 100644 --- a/bundles/org.eclipse.emf.validation.ocl/pom.xml +++ b/bundles/org.eclipse.emf.validation.ocl/pom.xml @@ -5,7 +5,7 @@ org.eclipse.emf.validation org.eclipse.emf.validation.releng - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT ../../releng/org.eclipse.emf.validation.releng/pom.xml org.eclipse.emf.validation.plugins diff --git a/bundles/org.eclipse.emf.validation.ui.ide/pom.xml b/bundles/org.eclipse.emf.validation.ui.ide/pom.xml index ecf8df9..93ddf1f 100644 --- a/bundles/org.eclipse.emf.validation.ui.ide/pom.xml +++ b/bundles/org.eclipse.emf.validation.ui.ide/pom.xml @@ -5,7 +5,7 @@ org.eclipse.emf.validation org.eclipse.emf.validation.releng - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT ../../releng/org.eclipse.emf.validation.releng/pom.xml org.eclipse.emf.validation.plugins diff --git a/bundles/org.eclipse.emf.validation.ui/pom.xml b/bundles/org.eclipse.emf.validation.ui/pom.xml index a9be804..a56c992 100644 --- a/bundles/org.eclipse.emf.validation.ui/pom.xml +++ b/bundles/org.eclipse.emf.validation.ui/pom.xml @@ -5,7 +5,7 @@ org.eclipse.emf.validation org.eclipse.emf.validation.releng - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT ../../releng/org.eclipse.emf.validation.releng/pom.xml org.eclipse.emf.validation.plugins diff --git a/bundles/org.eclipse.emf.validation/META-INF/MANIFEST.MF b/bundles/org.eclipse.emf.validation/META-INF/MANIFEST.MF index 63a90a6..5dff979 100644 --- a/bundles/org.eclipse.emf.validation/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.emf.validation/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Plugin.name Bundle-SymbolicName: org.eclipse.emf.validation; singleton:=true -Bundle-Version: 1.9.0.qualifier +Bundle-Version: 1.9.1.qualifier Bundle-Activator: org.eclipse.emf.validation.internal.EMFModelValidationPlugin$Implementation Bundle-Vendor: %Plugin.providerName Bundle-Localization: plugin diff --git a/bundles/org.eclipse.emf.validation/pom.xml b/bundles/org.eclipse.emf.validation/pom.xml index 3b5917c..c43f36b 100644 --- a/bundles/org.eclipse.emf.validation/pom.xml +++ b/bundles/org.eclipse.emf.validation/pom.xml @@ -5,11 +5,11 @@ org.eclipse.emf.validation org.eclipse.emf.validation.releng - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT ../../releng/org.eclipse.emf.validation.releng/pom.xml org.eclipse.emf.validation.plugins org.eclipse.emf.validation - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT eclipse-plugin diff --git a/doc/org.eclipse.emf.validation.doc/pom.xml b/doc/org.eclipse.emf.validation.doc/pom.xml index 5ccc64b..0670f9c 100644 --- a/doc/org.eclipse.emf.validation.doc/pom.xml +++ b/doc/org.eclipse.emf.validation.doc/pom.xml @@ -5,7 +5,7 @@ org.eclipse.emf.validation org.eclipse.emf.validation.releng - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT ../../releng/org.eclipse.emf.validation.releng/pom.xml org.eclipse.emf.validation.plugins diff --git a/examples/org.eclipse.emf.validation.examples.adapter/pom.xml b/examples/org.eclipse.emf.validation.examples.adapter/pom.xml index 45d3ec3..cd0d52b 100644 --- a/examples/org.eclipse.emf.validation.examples.adapter/pom.xml +++ b/examples/org.eclipse.emf.validation.examples.adapter/pom.xml @@ -5,7 +5,7 @@ org.eclipse.emf.validation org.eclipse.emf.validation.releng - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT ../../releng/org.eclipse.emf.validation.releng/pom.xml org.eclipse.emf.validation.plugins diff --git a/examples/org.eclipse.emf.validation.examples.general/pom.xml b/examples/org.eclipse.emf.validation.examples.general/pom.xml index e1ed845..d4907af 100644 --- a/examples/org.eclipse.emf.validation.examples.general/pom.xml +++ b/examples/org.eclipse.emf.validation.examples.general/pom.xml @@ -5,7 +5,7 @@ org.eclipse.emf.validation org.eclipse.emf.validation.releng - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT ../../releng/org.eclipse.emf.validation.releng/pom.xml org.eclipse.emf.validation.plugins diff --git a/examples/org.eclipse.emf.validation.examples.ocl/pom.xml b/examples/org.eclipse.emf.validation.examples.ocl/pom.xml index 5d56daf..a729d26 100644 --- a/examples/org.eclipse.emf.validation.examples.ocl/pom.xml +++ b/examples/org.eclipse.emf.validation.examples.ocl/pom.xml @@ -5,7 +5,7 @@ org.eclipse.emf.validation org.eclipse.emf.validation.releng - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT ../../releng/org.eclipse.emf.validation.releng/pom.xml org.eclipse.emf.validation.plugins diff --git a/examples/org.eclipse.emf.validation.examples/pom.xml b/examples/org.eclipse.emf.validation.examples/pom.xml index 2182ec5..7418cb9 100644 --- a/examples/org.eclipse.emf.validation.examples/pom.xml +++ b/examples/org.eclipse.emf.validation.examples/pom.xml @@ -5,7 +5,7 @@ org.eclipse.emf.validation org.eclipse.emf.validation.releng - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT ../../releng/org.eclipse.emf.validation.releng/pom.xml org.eclipse.emf.validation.plugins diff --git a/features/org.eclipse.emf.validation-feature/feature.xml b/features/org.eclipse.emf.validation-feature/feature.xml index 10a7d59..0c97bc0 100644 --- a/features/org.eclipse.emf.validation-feature/feature.xml +++ b/features/org.eclipse.emf.validation-feature/feature.xml @@ -20,7 +20,7 @@ org.eclipse.emf.validation org.eclipse.emf.validation.releng - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT ../../releng/org.eclipse.emf.validation.releng/pom.xml org.eclipse.emf.validation.features org.eclipse.emf.validation - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT eclipse-feature diff --git a/features/org.eclipse.emf.validation.doc-feature/feature.xml b/features/org.eclipse.emf.validation.doc-feature/feature.xml index 6f61313..287da1d 100644 --- a/features/org.eclipse.emf.validation.doc-feature/feature.xml +++ b/features/org.eclipse.emf.validation.doc-feature/feature.xml @@ -15,7 +15,7 @@ org.eclipse.emf.validation org.eclipse.emf.validation.releng - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT ../../releng/org.eclipse.emf.validation.releng/pom.xml org.eclipse.emf.validation.features org.eclipse.emf.validation.doc - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT eclipse-feature diff --git a/features/org.eclipse.emf.validation.examples-feature/feature.xml b/features/org.eclipse.emf.validation.examples-feature/feature.xml index 3272275..93719a0 100644 --- a/features/org.eclipse.emf.validation.examples-feature/feature.xml +++ b/features/org.eclipse.emf.validation.examples-feature/feature.xml @@ -15,7 +15,7 @@ org.eclipse.emf.validation org.eclipse.emf.validation.releng - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT ../../releng/org.eclipse.emf.validation.releng/pom.xml org.eclipse.emf.validation.features org.eclipse.emf.validation.examples - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT eclipse-feature diff --git a/features/org.eclipse.emf.validation.master-feature/feature.xml b/features/org.eclipse.emf.validation.master-feature/feature.xml index 1eee41b..20fcc50 100644 --- a/features/org.eclipse.emf.validation.master-feature/feature.xml +++ b/features/org.eclipse.emf.validation.master-feature/feature.xml @@ -15,7 +15,7 @@ org.eclipse.emf.validation org.eclipse.emf.validation.releng - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT ../../releng/org.eclipse.emf.validation.releng/pom.xml org.eclipse.emf.validation.features org.eclipse.emf.validation.master - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT eclipse-feature diff --git a/features/org.eclipse.emf.validation.ocl-feature/feature.xml b/features/org.eclipse.emf.validation.ocl-feature/feature.xml index ab0e972..9506819 100644 --- a/features/org.eclipse.emf.validation.ocl-feature/feature.xml +++ b/features/org.eclipse.emf.validation.ocl-feature/feature.xml @@ -15,7 +15,7 @@ org.eclipse.emf.validation org.eclipse.emf.validation.releng - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT ../../releng/org.eclipse.emf.validation.releng/pom.xml org.eclipse.emf.validation.features org.eclipse.emf.validation.ocl - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT eclipse-feature diff --git a/features/org.eclipse.emf.validation.sdk-feature/feature.xml b/features/org.eclipse.emf.validation.sdk-feature/feature.xml index 20b063a..9fd79d1 100644 --- a/features/org.eclipse.emf.validation.sdk-feature/feature.xml +++ b/features/org.eclipse.emf.validation.sdk-feature/feature.xml @@ -15,7 +15,7 @@ org.eclipse.emf.validation org.eclipse.emf.validation.releng - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT ../../releng/org.eclipse.emf.validation.releng/pom.xml org.eclipse.emf.validation.features org.eclipse.emf.validation.sdk - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT eclipse-feature diff --git a/features/org.eclipse.emf.validation.tests-feature/feature.xml b/features/org.eclipse.emf.validation.tests-feature/feature.xml index 35b1bc6..61d382d 100644 --- a/features/org.eclipse.emf.validation.tests-feature/feature.xml +++ b/features/org.eclipse.emf.validation.tests-feature/feature.xml @@ -15,7 +15,7 @@ org.eclipse.emf.validation org.eclipse.emf.validation.releng - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT ../../releng/org.eclipse.emf.validation.releng/pom.xml org.eclipse.emf.validation.features org.eclipse.emf.validation.tests - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT eclipse-feature diff --git a/pom.xml b/pom.xml index 0b0e5f7..af26250 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.eclipse.emf.validation org.eclipse.emf.validation.top - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT pom diff --git a/releng/org.eclipse.emf.validation.releng/pom.xml b/releng/org.eclipse.emf.validation.releng/pom.xml index 196c2aa..57f2d6d 100644 --- a/releng/org.eclipse.emf.validation.releng/pom.xml +++ b/releng/org.eclipse.emf.validation.releng/pom.xml @@ -7,7 +7,7 @@ 4.0.0 org.eclipse.emf.validation org.eclipse.emf.validation.releng - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT pom @@ -90,7 +90,7 @@ org.eclipse.emf.validation org.eclipse.emf.validation.target - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT ${platform} diff --git a/releng/org.eclipse.emf.validation.repository/category.xml b/releng/org.eclipse.emf.validation.repository/category.xml index 5f26924..175ed00 100644 --- a/releng/org.eclipse.emf.validation.repository/category.xml +++ b/releng/org.eclipse.emf.validation.repository/category.xml @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/releng/org.eclipse.emf.validation.repository/pom.xml b/releng/org.eclipse.emf.validation.repository/pom.xml index 9d4a535..fe805ee 100644 --- a/releng/org.eclipse.emf.validation.repository/pom.xml +++ b/releng/org.eclipse.emf.validation.repository/pom.xml @@ -6,11 +6,11 @@ org.eclipse.emf.validation org.eclipse.emf.validation.releng - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT ../org.eclipse.emf.validation.releng/pom.xml org.eclipse.emf.validation org.eclipse.emf.validation.repository - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT eclipse-repository diff --git a/releng/org.eclipse.emf.validation.target/pom.xml b/releng/org.eclipse.emf.validation.target/pom.xml index 167ce1c..f9ce1dc 100644 --- a/releng/org.eclipse.emf.validation.target/pom.xml +++ b/releng/org.eclipse.emf.validation.target/pom.xml @@ -6,13 +6,13 @@ org.eclipse.emf.validation org.eclipse.emf.validation.releng - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT ../org.eclipse.emf.validation.releng/pom.xml pom org.eclipse.emf.validation.target org.eclipse.emf.validation - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT 3.6.1 diff --git a/tests/org.eclipse.emf.validation.tests/pom.xml b/tests/org.eclipse.emf.validation.tests/pom.xml index ceea672..8d7b4b3 100644 --- a/tests/org.eclipse.emf.validation.tests/pom.xml +++ b/tests/org.eclipse.emf.validation.tests/pom.xml @@ -6,7 +6,7 @@ org.eclipse.emf.validation org.eclipse.emf.validation.releng - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT ../../releng/org.eclipse.emf.validation.releng/pom.xml org.eclipse.emf.validation.plugins