Skip to content

Clean Code for ua/org.eclipse.pde.ua.ui#2190

Open
eclipse-pde-bot wants to merge 2 commits into
masterfrom
clean-code/ua/org.eclipse.pde.ua.ui
Open

Clean Code for ua/org.eclipse.pde.ua.ui#2190
eclipse-pde-bot wants to merge 2 commits into
masterfrom
clean-code/ua/org.eclipse.pde.ua.ui

Conversation

@eclipse-pde-bot

Copy link
Copy Markdown
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

eclipse-pde-bot commented Jan 20, 2026

Copy link
Copy Markdown
Contributor Author

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

ua/org.eclipse.pde.ua.ui/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 886ced18fa6893894562cc78d666f834552a6305 Mon Sep 17 00:00:00 2001
From: Eclipse PDE Bot <pde-bot@eclipse.org>
Date: Fri, 5 Jun 2026 04:01:32 +0000
Subject: [PATCH] Version bump(s) for 4.41 stream


diff --git a/ua/org.eclipse.pde.ua.ui/META-INF/MANIFEST.MF b/ua/org.eclipse.pde.ua.ui/META-INF/MANIFEST.MF
index 3799fce82a..b26c524453 100644
--- a/ua/org.eclipse.pde.ua.ui/META-INF/MANIFEST.MF
+++ b/ua/org.eclipse.pde.ua.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.pde.ua.ui;singleton:=true
-Bundle-Version: 1.4.300.qualifier
+Bundle-Version: 1.4.400.qualifier
 Bundle-Activator: org.eclipse.pde.internal.ua.ui.PDEUserAssistanceUIPlugin
 Require-Bundle: org.eclipse.ui;bundle-version="[3.205.0,4.0.0)",
  org.eclipse.core.runtime;bundle-version="[3.30.0,4.0.0)",
-- 
2.54.0

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

@github-actions

github-actions Bot commented Jan 20, 2026

Copy link
Copy Markdown

Test Results

 66 files   -    60   66 suites   - 60   36s ⏱️ - 34m 3s
133 tests  - 3 377  133 ✅  - 3 323  0 💤  -  54  0 ❌ ±0 
510 runs   - 8 823  510 ✅  - 8 693  0 💤  - 130  0 ❌ ±0 

Results for commit d328ec0. ± Comparison against base commit af2b487.

This pull request removes 3377 tests.
org.eclipse.pde.api.tools.anttasks.tests.ApiToolingAnalysisAntTaskTests ‑ test1
org.eclipse.pde.api.tools.anttasks.tests.ApiToolingAnalysisAntTaskTests ‑ test2
org.eclipse.pde.api.tools.anttasks.tests.ApiToolingAnalysisAntTaskTests ‑ test3
org.eclipse.pde.api.tools.anttasks.tests.ApiToolingAnalysisAntTaskTests ‑ test4
org.eclipse.pde.api.tools.anttasks.tests.ApiToolingAnalysisAntTaskTests ‑ test5
org.eclipse.pde.api.tools.anttasks.tests.ApiToolingAnalysisAntTaskTests ‑ test6
org.eclipse.pde.api.tools.anttasks.tests.ApiToolingAnalysisAntTaskTests ‑ test7
org.eclipse.pde.api.tools.anttasks.tests.ApiToolingApiFreezeAntTaskTests ‑ test1
org.eclipse.pde.api.tools.anttasks.tests.ApiToolingApiFreezeAntTaskTests ‑ test2
org.eclipse.pde.api.tools.anttasks.tests.ApiToolingApiFreezeAntTaskTests ‑ test3
…

♻️ This comment has been updated with latest results.

@laeubi laeubi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Currently fails with

The hierarchy of the type SimpleCSSourcePage is inconsistent

need to check if / how to fix that, for me it looks like something is missing from the transitive closure here.

@vogella

vogella commented Jan 20, 2026

Copy link
Copy Markdown
Contributor

Sounds like a different example for #2115

@eclipse-pde-bot eclipse-pde-bot force-pushed the clean-code/ua/org.eclipse.pde.ua.ui branch from 4e89dbd to 4cdc336 Compare January 20, 2026 14:17
@HannesWell HannesWell force-pushed the clean-code/ua/org.eclipse.pde.ua.ui branch 2 times, most recently from 4cdc336 to fa19479 Compare February 28, 2026 17:07
@eclipse-pde-bot eclipse-pde-bot force-pushed the clean-code/ua/org.eclipse.pde.ua.ui branch from eeabf05 to 0bcd063 Compare March 2, 2026 03:43
@laeubi laeubi force-pushed the clean-code/ua/org.eclipse.pde.ua.ui branch from d018a86 to 5dc9ecc Compare March 5, 2026 07:42
@eclipse-pde-bot eclipse-pde-bot force-pushed the clean-code/ua/org.eclipse.pde.ua.ui branch from 5dc9ecc to 54d591a Compare March 6, 2026 03:52
@eclipse-pde-bot eclipse-pde-bot force-pushed the clean-code/ua/org.eclipse.pde.ua.ui branch from b91cfa0 to 5b95bcf Compare April 28, 2026 03:48
@eclipse-pde-bot eclipse-pde-bot force-pushed the clean-code/ua/org.eclipse.pde.ua.ui branch from 5b95bcf to f966876 Compare June 4, 2026 03:56
@eclipse-pde-bot eclipse-pde-bot force-pushed the clean-code/ua/org.eclipse.pde.ua.ui branch from 5abc387 to dd02f15 Compare June 5, 2026 03:54
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.

3 participants