Skip to content

Clean Code for ui/org.eclipse.pde.ui#1914

Merged
akurtakov merged 1 commit intomasterfrom
clean-code/ui/org.eclipse.pde.ui
Aug 4, 2025
Merged

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

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

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 4, 2025

Test Results

   765 files  +  147     765 suites  +147   52m 19s ⏱️ + 7m 45s
 3 611 tests ±    0   3 557 ✅ +    1   54 💤 ± 0  0 ❌  - 1 
10 834 runs  +2 650  10 671 ✅ +2 627  163 💤 +24  0 ❌  - 1 

Results for commit 91c87e8. ± Comparison against base commit 822d38b.

@akurtakov akurtakov merged commit f3f6fb6 into master Aug 4, 2025
19 checks passed
@akurtakov akurtakov deleted the clean-code/ui/org.eclipse.pde.ui branch August 4, 2025 06:25
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