Skip to content

Clean Code for bundles/org.eclipse.equinox.p2.tests#1047

Open
eclipse-equinox-bot wants to merge 1 commit into
masterfrom
clean-code/bundles/org.eclipse.equinox.p2.tests
Open

Clean Code for bundles/org.eclipse.equinox.p2.tests#1047
eclipse-equinox-bot wants to merge 1 commit into
masterfrom
clean-code/bundles/org.eclipse.equinox.p2.tests

Conversation

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

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 9, 2026

Test Results

12 files   -     6  12 suites   - 6   0s ⏱️ - 26m 53s
26 tests  - 1 876  26 ✅  - 1 873  0 💤  - 3  0 ❌ ±0 
78 runs   - 5 083  78 ✅  - 5 074  0 💤  - 9  0 ❌ ±0 

Results for commit ebd0bbe. ± Comparison against base commit 3c9db1f.

This pull request removes 1876 tests.
org.eclipse.equinox.frameworkadmin.tests.Bug196525 ‑ testConfigContent
org.eclipse.equinox.frameworkadmin.tests.Bug258370 ‑ testComma
org.eclipse.equinox.frameworkadmin.tests.CleanupTest ‑ testOSGiRemoval
org.eclipse.equinox.frameworkadmin.tests.CleanupTest ‑ testSimpleConfiguratorRemoval
org.eclipse.equinox.frameworkadmin.tests.CleanupTest ‑ testWithMutipleBundles
org.eclipse.equinox.frameworkadmin.tests.FrameworkExtensionTest ‑ testAddRemoveFrameworkExtension
org.eclipse.equinox.frameworkadmin.tests.LauncherConfigLocationTest ‑ testCustomLauncherConfig
org.eclipse.equinox.frameworkadmin.tests.LauncherDataTest ‑ testRemoveProgramArg
org.eclipse.equinox.frameworkadmin.tests.ManipulatorTests ‑ testBug212361_osgiInBundlesList
org.eclipse.equinox.frameworkadmin.tests.ManipulatorTests ‑ testBug258126_ProgramArgs_VMArgs
…

♻️ This comment has been updated with latest results.

@eclipse-equinox-bot eclipse-equinox-bot force-pushed the clean-code/bundles/org.eclipse.equinox.p2.tests branch 3 times, most recently from 0a86181 to 5745d52 Compare March 16, 2026 04:15
@eclipse-equinox-bot eclipse-equinox-bot force-pushed the clean-code/bundles/org.eclipse.equinox.p2.tests branch from 5745d52 to 3c88f67 Compare March 17, 2026 04:13
@eclipse-equinox-bot eclipse-equinox-bot force-pushed the clean-code/bundles/org.eclipse.equinox.p2.tests branch from 3c88f67 to ebd0bbe Compare March 20, 2026 04:10
@laeubi
Copy link
Copy Markdown
Member

laeubi commented Jun 3, 2026

This is currently not updated because of the removal of test bundles and this project depends on one from the i-builds.

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