Skip to content

Clean Code for mylyn.commons/org.eclipse.mylyn.commons.ui#1116

Merged
ruspl-afed merged 1 commit into
mainfrom
clean-code/mylyn.commons/org.eclipse.mylyn.commons.ui
May 28, 2026
Merged

Clean Code for mylyn.commons/org.eclipse.mylyn.commons.ui#1116
ruspl-afed merged 1 commit into
mainfrom
clean-code/mylyn.commons/org.eclipse.mylyn.commons.ui

Conversation

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

Test Results

 1 629 files  ±0   1 629 suites  ±0   1h 25m 16s ⏱️ +32s
 5 350 tests ±0   5 257 ✅ ±0   93 💤 ±0  0 ❌ ±0 
13 515 runs  ±0  13 280 ✅ ±0  235 💤 ±0  0 ❌ ±0 

Results for commit 74f6fa8. ± Comparison against base commit 3b36968.

Copy link
Copy Markdown
Contributor

@ruspl-afed ruspl-afed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ruspl-afed ruspl-afed merged commit 4b41bb1 into main May 28, 2026
10 checks passed
@ruspl-afed ruspl-afed deleted the clean-code/mylyn.commons/org.eclipse.mylyn.commons.ui branch May 28, 2026 07:38
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