Skip to content

Clean Code for bundles/org.eclipse.equinox.metatype#1045

Closed
eclipse-equinox-bot wants to merge 0 commit into
masterfrom
clean-code/bundles/org.eclipse.equinox.metatype
Closed

Clean Code for bundles/org.eclipse.equinox.metatype#1045
eclipse-equinox-bot wants to merge 0 commit into
masterfrom
clean-code/bundles/org.eclipse.equinox.metatype

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
  • 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

@github-actions
Copy link
Copy Markdown

Test Results

  807 files  ±0    807 suites  ±0   1h 16m 19s ⏱️ + 1m 32s
2 200 tests ±0  2 151 ✅ ±0   49 💤 ±0  0 ❌ ±0 
6 612 runs  ±0  6 463 ✅ ±0  149 💤 ±0  0 ❌ ±0 

Results for commit c2e0fff. ± Comparison against base commit ea7cda0.

@laeubi
Copy link
Copy Markdown
Member

laeubi commented Jun 20, 2025

See

this might mean we need one more update round for the use-clauses but then it should be stable.

@eclipse-equinox-bot eclipse-equinox-bot force-pushed the clean-code/bundles/org.eclipse.equinox.metatype branch from c2e0fff to ea7cda0 Compare June 21, 2025 03:30
@eclipse-equinox-bot eclipse-equinox-bot deleted the clean-code/bundles/org.eclipse.equinox.metatype branch June 21, 2025 03:30
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