Skip to content

Clean Code for ui/org.eclipse.pde.launching#1833

Merged
akurtakov merged 1 commit intomasterfrom
clean-code/ui/org.eclipse.pde.launching
Jun 23, 2025
Merged

Clean Code for ui/org.eclipse.pde.launching#1833
akurtakov merged 1 commit intomasterfrom
clean-code/ui/org.eclipse.pde.launching

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
  • Replace deprecated calls with inlined content where possible
  • Use pattern matching for instanceof

@github-actions
Copy link
Copy Markdown

Test Results

   765 files  ±0     765 suites  ±0   54m 5s ⏱️ - 3m 46s
 3 611 tests  - 1   3 535 ✅ ±0   76 💤 ±0  0 ❌ ±0 
10 833 runs   - 1  10 602 ✅ ±0  231 💤 ±0  0 ❌ ±0 

Results for commit b75bf3f. ± Comparison against base commit f702744.

This pull request removes 1 test.
[23: Toolbar contribution using 4.x API] ‑ Unknown test

@akurtakov akurtakov merged commit 5247598 into master Jun 23, 2025
19 checks passed
@akurtakov akurtakov deleted the clean-code/ui/org.eclipse.pde.launching branch June 23, 2025 05:31
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