Skip to content

Clean Code for bundles/org.eclipse.equinox.frameworkadmin.equinox - #1126

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

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

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

github-actions Bot commented Sep 10, 2026

Copy link
Copy Markdown

Test Results

   18 files  +  1     18 suites  +1   28m 37s ⏱️ -45s
2 200 tests ±  0  2 197 ✅ ±  0  3 💤 ±0  0 ❌ ±0 
5 254 runs  +104  5 245 ✅ +101  9 💤 +3  0 ❌ ±0 

Results for commit e056280. ± Comparison against base commit 29313eb.

♻️ This comment has been updated with latest results.

@eclipse-equinox-bot
eclipse-equinox-bot force-pushed the clean-code/bundles/org.eclipse.equinox.frameworkadmin.equinox branch from dcce849 to e056280 Compare September 12, 2026 02:17
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.

1 participant