Skip to content

Conversation

@eclipse-platform-bot
Copy link
Contributor

The following cleanups were applied:

  • Add final modifier to private fields
  • Add missing '@Deprecated' annotations
  • Add missing '@Override' annotations
  • Add missing '@Override' annotations to implementations of interface methods
  • Convert control statement bodies to block
  • Make inner classes static where possible
  • Remove trailing white spaces on all lines
  • Remove unnecessary array creation for varargs
  • Remove unnecessary suppress warning tokens
  • Remove unused imports
  • Remove unused private constructors
  • Remove unused private fields
  • Remove unused private methods
  • Remove unused private types
  • Replace deprecated calls with inlined content where possible
  • Use pattern matching for instanceof

@eclipse-platform-bot eclipse-platform-bot force-pushed the clean-code/debug/org.eclipse.ui.console branch from e90dacd to 20f0073 Compare November 14, 2025 03:00
@github-actions
Copy link
Contributor

github-actions bot commented Nov 14, 2025

Test Results

 1 953 files   1 953 suites   1h 24m 52s ⏱️
 4 745 tests  4 721 ✅  24 💤 0 ❌
14 235 runs  14 053 ✅ 182 💤 0 ❌

Results for commit 8eade49.

♻️ This comment has been updated with latest results.

@eclipse-platform-bot eclipse-platform-bot force-pushed the clean-code/debug/org.eclipse.ui.console branch from 20f0073 to 694b325 Compare November 15, 2025 02:59
@eclipse-platform-bot eclipse-platform-bot force-pushed the clean-code/debug/org.eclipse.ui.console branch from 694b325 to 6f9d518 Compare December 1, 2025 03:23
@eclipse-platform-bot
Copy link
Contributor Author

eclipse-platform-bot commented Dec 1, 2025

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

debug/org.eclipse.ui.console/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 43ec15506115cf5b809733038e071771d36e4208 Mon Sep 17 00:00:00 2001
From: Eclipse Platform Bot <platform-bot@eclipse.org>
Date: Fri, 19 Dec 2025 03:19:40 +0000
Subject: [PATCH] Version bump(s) for 4.39 stream


diff --git a/debug/org.eclipse.ui.console/META-INF/MANIFEST.MF b/debug/org.eclipse.ui.console/META-INF/MANIFEST.MF
index 532662eaff..0fa8e02da9 100644
--- a/debug/org.eclipse.ui.console/META-INF/MANIFEST.MF
+++ b/debug/org.eclipse.ui.console/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.ui.console; singleton:=true
-Bundle-Version: 3.15.0.qualifier
+Bundle-Version: 3.15.100.qualifier
 Bundle-Activator: org.eclipse.ui.console.ConsolePlugin
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
-- 
2.52.0

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

@eclipse-platform-bot eclipse-platform-bot force-pushed the clean-code/debug/org.eclipse.ui.console branch 7 times, most recently from 78aafaa to 4619f1f Compare December 8, 2025 03:10
@eclipse-platform-bot eclipse-platform-bot force-pushed the clean-code/debug/org.eclipse.ui.console branch 8 times, most recently from d2fddb1 to 30a6dea Compare December 16, 2025 03:12
@eclipse-platform-bot eclipse-platform-bot force-pushed the clean-code/debug/org.eclipse.ui.console branch 2 times, most recently from eae0872 to 48d8db4 Compare December 18, 2025 03:09
@eclipse-platform-bot eclipse-platform-bot force-pushed the clean-code/debug/org.eclipse.ui.console branch from f74b1ee to 55c9d64 Compare December 19, 2025 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants