Skip to content

Minor readability improvements in WebKit and friends#3096

Open
akurtakov wants to merge 1 commit intoeclipse-platform:masterfrom
akurtakov:cleanup
Open

Minor readability improvements in WebKit and friends#3096
akurtakov wants to merge 1 commit intoeclipse-platform:masterfrom
akurtakov:cleanup

Conversation

@akurtakov
Copy link
Member

  • Foreach
  • Pattern matching
  • Order of modifiers
  • Remove unused casts
  • Use text blocks
  • No more catch and rethrow same exception
  • Do not needlessly wrap coordinates in Point objects
  • Use String.isEmpty
  • Use switch statement

@akurtakov akurtakov self-assigned this Feb 24, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 24, 2026

Test Results (linux)

   88 files     88 suites   14m 6s ⏱️
4 572 tests 4 351 ✅ 221 💤 0 ❌
  211 runs    208 ✅   3 💤 0 ❌

Results for commit ca8317c.

♻️ This comment has been updated with latest results.

* Foreach
* Pattern matching
* Order of modifiers
* Remove unused casts
* Use text blocks
* No more catch and rethrow same exception
* Do not needlessly wrap coordinates in Point objects
* Use String.isEmpty
* Use switch statement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant