Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused variable #2585

Closed

Conversation

vogella
Copy link
Contributor

@vogella vogella commented Dec 4, 2024

No description provided.

Used the new JDT cleanup to remove unused local variables
@vogella vogella force-pushed the remove-unused-variable branch from b044d37 to 4cd8b4d Compare December 4, 2024 14:10
@eclipse-platform-bot
Copy link
Contributor

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

bundles/org.eclipse.search/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 c2e36a731e3356bd082cc9609a47ae19377f15b1 Mon Sep 17 00:00:00 2001
From: Eclipse Platform Bot <[email protected]>
Date: Wed, 4 Dec 2024 14:16:20 +0000
Subject: [PATCH] Version bump(s) for 4.35 stream


diff --git a/bundles/org.eclipse.search/META-INF/MANIFEST.MF b/bundles/org.eclipse.search/META-INF/MANIFEST.MF
index 54eb0583c6..831eb9da3a 100644
--- a/bundles/org.eclipse.search/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.search/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.search; singleton:=true
-Bundle-Version: 3.17.0.qualifier
+Bundle-Version: 3.17.100.qualifier
 Bundle-Activator: org.eclipse.search.internal.ui.SearchPlugin
 Bundle-ActivationPolicy: lazy
 Bundle-Vendor: %providerName
-- 
2.47.1

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

Copy link
Contributor

github-actions bot commented Dec 4, 2024

Test Results

 1 821 files  + 1 821   1 821 suites  +1 821   1h 56m 37s ⏱️ + 1h 56m 37s
 7 726 tests + 7 726   7 498 ✅ + 7 498  228 💤 +228  0 ❌ ±0 
24 339 runs  +24 339  23 592 ✅ +23 592  747 💤 +747  0 ❌ ±0 

Results for commit a062de1. ± Comparison against base commit ce9874f.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@jukzi jukzi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only shifts the problem marker to "The allocated object is never used"

@vogella vogella closed this Dec 7, 2024
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.

3 participants