Skip to content

Clean Code for debug/org.eclipse.debug.terminal#1971

Merged
laeubi merged 1 commit into
masterfrom
clean-code/debug/org.eclipse.debug.terminal
Jun 20, 2025
Merged

Clean Code for debug/org.eclipse.debug.terminal#1971
laeubi merged 1 commit into
masterfrom
clean-code/debug/org.eclipse.debug.terminal

Conversation

@eclipse-platform-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

github-actions Bot commented Jun 19, 2025

Copy link
Copy Markdown
Contributor

Test Results

 1 893 files  ±0   1 893 suites  ±0   1h 36m 37s ⏱️ + 9m 30s
 4 381 tests ±0   4 357 ✅ ±0   24 💤 ±0  0 ❌ ±0 
13 143 runs  ±0  12 976 ✅ ±0  167 💤 ±0  0 ❌ ±0 

Results for commit c27fb1f. ± Comparison against base commit 9ee49e8.

♻️ This comment has been updated with latest results.

@laeubi laeubi force-pushed the clean-code/debug/org.eclipse.debug.terminal branch from 871b719 to c27fb1f Compare June 19, 2025 15:33
@laeubi laeubi merged commit 731e745 into master Jun 20, 2025
18 checks passed
@laeubi laeubi deleted the clean-code/debug/org.eclipse.debug.terminal branch June 20, 2025 07:41
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