Skip to content

Varargs type mismatch#1855

Closed
SougandhS wants to merge 3 commits intoeclipse-platform:masterfrom
SougandhS:varargs_type_mismatch
Closed

Varargs type mismatch#1855
SougandhS wants to merge 3 commits intoeclipse-platform:masterfrom
SougandhS:varargs_type_mismatch

Conversation

@SougandhS
Copy link
Copy Markdown
Contributor

Replace String[] array with individual Object arguments in NLS.bind calls to resolve type mismatch warnings

SougandhS added 3 commits May 5, 2025 07:45
This commit implements automatic cleanup using instanceof pattern
matching in the debug.ui package of the platform debug module.
…bug.ui"

This reverts commit cc726618e3f51c8cd8c04244ffee7ac6db895071.
Replaced String[] array with individual Object arguments in NLS.bind
calls to resolve type mismatch warnings
@SougandhS SougandhS closed this May 5, 2025
@SougandhS
Copy link
Copy Markdown
Contributor Author

Closing PR due to wrong commits came in

@eclipse-platform-bot
Copy link
Copy Markdown
Contributor

This pull request changes some projects for the first time in this development cycle.
Therefore the following files need a version increment:

ant/org.eclipse.ant.core/META-INF/MANIFEST.MF
debug/org.eclipse.core.externaltools/META-INF/MANIFEST.MF
debug/org.eclipse.core.variables/META-INF/MANIFEST.MF
team/bundles/org.eclipse.compare.core/META-INF/MANIFEST.MF

An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch.

Git patch
From 28ff91f9c704c203ad6b59f73de291ff86b73813 Mon Sep 17 00:00:00 2001
From: Eclipse Platform Bot <platform-bot@eclipse.org>
Date: Mon, 5 May 2025 04:18:21 +0000
Subject: [PATCH] Version bump(s) for 4.36 stream


diff --git a/ant/org.eclipse.ant.core/META-INF/MANIFEST.MF b/ant/org.eclipse.ant.core/META-INF/MANIFEST.MF
index e4fcb869a7..7589c7ab2d 100644
--- a/ant/org.eclipse.ant.core/META-INF/MANIFEST.MF
+++ b/ant/org.eclipse.ant.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.ant.core; singleton:=true
-Bundle-Version: 3.7.600.qualifier
+Bundle-Version: 3.7.700.qualifier
 Bundle-Activator: org.eclipse.ant.core.AntCorePlugin
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/debug/org.eclipse.core.externaltools/META-INF/MANIFEST.MF b/debug/org.eclipse.core.externaltools/META-INF/MANIFEST.MF
index 169587e22e..2be9d48ae2 100644
--- a/debug/org.eclipse.core.externaltools/META-INF/MANIFEST.MF
+++ b/debug/org.eclipse.core.externaltools/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-Localization: plugin
 Bundle-SymbolicName: org.eclipse.core.externaltools;singleton:=true
-Bundle-Version: 1.3.400.qualifier
+Bundle-Version: 1.3.500.qualifier
 Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.29.0,4.0.0)",
  org.eclipse.debug.core;bundle-version="[3.9.0,4.0.0)",
  org.eclipse.core.variables;bundle-version="[3.2.800,4.0.0)"
diff --git a/debug/org.eclipse.core.variables/META-INF/MANIFEST.MF b/debug/org.eclipse.core.variables/META-INF/MANIFEST.MF
index 6d627132b8..a106108427 100644
--- a/debug/org.eclipse.core.variables/META-INF/MANIFEST.MF
+++ b/debug/org.eclipse.core.variables/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.core.variables; singleton:=true
-Bundle-Version: 3.6.500.qualifier
+Bundle-Version: 3.6.600.qualifier
 Bundle-Activator: org.eclipse.core.variables.VariablesPlugin
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/team/bundles/org.eclipse.compare.core/META-INF/MANIFEST.MF b/team/bundles/org.eclipse.compare.core/META-INF/MANIFEST.MF
index 001bf0db3a..b887b38580 100644
--- a/team/bundles/org.eclipse.compare.core/META-INF/MANIFEST.MF
+++ b/team/bundles/org.eclipse.compare.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.compare.core
-Bundle-Version: 3.8.700.qualifier
+Bundle-Version: 3.8.800.qualifier
 Bundle-Vendor: %providerName
 Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.29.0,4.0.0)"
 Bundle-RequiredExecutionEnvironment: JavaSE-17
-- 
2.49.0

Further information are available in Common Build Issues - Missing version increments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants