Skip to content

Clean Code for terminal/bundles/org.eclipse.terminal.connector.local#1987

Merged
akurtakov merged 1 commit intomasterfrom
clean-code/terminal/bundles/org.eclipse.terminal.connector.local
Jun 25, 2025
Merged

Clean Code for terminal/bundles/org.eclipse.terminal.connector.local#1987
akurtakov merged 1 commit intomasterfrom
clean-code/terminal/bundles/org.eclipse.terminal.connector.local

Conversation

@eclipse-platform-bot
Copy link
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
Contributor

github-actions bot commented Jun 25, 2025

Test Results

 1 947 files   1 947 suites   1h 28m 24s ⏱️
 4 717 tests  4 693 ✅  24 💤 0 ❌
14 151 runs  13 984 ✅ 167 💤 0 ❌

Results for commit 716300c.

♻️ This comment has been updated with latest results.

@laeubi laeubi force-pushed the clean-code/terminal/bundles/org.eclipse.terminal.connector.local branch from 8ba3e4e to 80f6625 Compare June 25, 2025 05:03
@akurtakov akurtakov force-pushed the clean-code/terminal/bundles/org.eclipse.terminal.connector.local branch from 80f6625 to 716300c Compare June 25, 2025 06:13
@akurtakov akurtakov merged commit a6d7381 into master Jun 25, 2025
18 checks passed
@akurtakov akurtakov deleted the clean-code/terminal/bundles/org.eclipse.terminal.connector.local branch June 25, 2025 11:20
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