Skip to content

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

Merged
akurtakov merged 1 commit intomasterfrom
clean-code/bundles/org.eclipse.equinox.p2.tests
Mar 3, 2026
Merged

Clean Code for bundles/org.eclipse.equinox.p2.tests#912
akurtakov merged 1 commit intomasterfrom
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 Jul 20, 2025

Test Results

  384 files  ±0    384 suites  ±0   39m 58s ⏱️ - 2m 42s
1 907 tests ±0  1 904 ✅ ±0  3 💤 ±0  0 ❌ ±0 
6 721 runs  ±0  6 712 ✅ ±0  9 💤 ±0  0 ❌ ±0 

Results for commit a5bb32a. ± Comparison against base commit fc5293d.

♻️ 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 4 times, most recently from 8698e2e to 7be730f Compare July 27, 2025 04:01
@eclipse-equinox-bot eclipse-equinox-bot force-pushed the clean-code/bundles/org.eclipse.equinox.p2.tests branch 2 times, most recently from de7fc90 to 25f1b1d Compare July 30, 2025 03:44
@eclipse-equinox-bot eclipse-equinox-bot force-pushed the clean-code/bundles/org.eclipse.equinox.p2.tests branch from 25f1b1d to 34749de Compare September 1, 2025 03:38
@laeubi laeubi force-pushed the clean-code/bundles/org.eclipse.equinox.p2.tests branch from 34749de to 1855343 Compare November 5, 2025 17:46
@eclipse-equinox-bot eclipse-equinox-bot force-pushed the clean-code/bundles/org.eclipse.equinox.p2.tests branch 5 times, most recently from 38a96fa to 249df86 Compare November 14, 2025 03:47
@eclipse-equinox-bot eclipse-equinox-bot force-pushed the clean-code/bundles/org.eclipse.equinox.p2.tests branch from 249df86 to 3e0c3d2 Compare December 1, 2025 03:51
@eclipse-equinox-bot eclipse-equinox-bot force-pushed the clean-code/bundles/org.eclipse.equinox.p2.tests branch from 3e0c3d2 to c069f6a Compare December 12, 2025 03:43
@eclipse-equinox-bot eclipse-equinox-bot force-pushed the clean-code/bundles/org.eclipse.equinox.p2.tests branch from c069f6a to 790e9f9 Compare March 1, 2026 09:23
@eclipse-equinox-bot eclipse-equinox-bot force-pushed the clean-code/bundles/org.eclipse.equinox.p2.tests branch from 790e9f9 to a5bb32a Compare March 3, 2026 04:10
@akurtakov akurtakov merged commit 34c79d0 into master Mar 3, 2026
12 checks passed
@akurtakov akurtakov deleted the clean-code/bundles/org.eclipse.equinox.p2.tests branch March 3, 2026 05:56
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