Skip to content

Conversation

@eclipse-pde-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

The following Manifest cleanups where applied:

  • Calculate 'uses' directive for public packages
  • Remove unused dependencies

@eclipse-pde-bot
Copy link
Contributor Author

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

e4tools/bundles/org.eclipse.e4.tools.jdt.templates/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 ac857e5510dd1b8186ae85a7df9c19db7ec903d9 Mon Sep 17 00:00:00 2001
From: Eclipse PDE Bot <pde-bot@eclipse.org>
Date: Sat, 17 Jan 2026 07:47:27 +0000
Subject: [PATCH] Version bump(s) for 4.39 stream


diff --git a/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/META-INF/MANIFEST.MF b/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/META-INF/MANIFEST.MF
index d5046c3856..9bcc4efc48 100644
--- a/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/META-INF/MANIFEST.MF
+++ b/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-Localization: plugin
 Bundle-SymbolicName: org.eclipse.e4.tools.jdt.templates;singleton:=true
-Bundle-Version: 4.11.0.qualifier
+Bundle-Version: 4.11.100.qualifier
 Bundle-RequiredExecutionEnvironment: JavaSE-21
 Require-Bundle: org.eclipse.jdt.ui;bundle-version="3.20.0",
  org.eclipse.jface.text;bundle-version="3.6.0",
-- 
2.52.0

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

@github-actions
Copy link

github-actions bot commented Jan 17, 2026

Test Results

   798 files  ±0     798 suites  ±0   1h 0m 20s ⏱️ + 4m 39s
 3 732 tests ±0   3 596 ✅ ±0  136 💤 ±0  0 ❌ ±0 
11 127 runs  ±0  10 718 ✅ ±0  409 💤 ±0  0 ❌ ±0 

Results for commit 05320bf. ± Comparison against base commit d117e1d.

♻️ This comment has been updated with latest results.

@eclipse-pde-bot eclipse-pde-bot force-pushed the clean-code/e4tools/bundles/org.eclipse.e4.tools.jdt.templates branch from 1a81c56 to 05320bf Compare January 18, 2026 03:21
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