Skip to content

Clean Code for mylyn.context/org.eclipse.mylyn.resources.ui#1117

Open
eclipse-mylyn-bot wants to merge 1 commit into
mainfrom
clean-code/mylyn.context/org.eclipse.mylyn.resources.ui
Open

Clean Code for mylyn.context/org.eclipse.mylyn.resources.ui#1117
eclipse-mylyn-bot wants to merge 1 commit into
mainfrom
clean-code/mylyn.context/org.eclipse.mylyn.resources.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

github-actions Bot commented May 28, 2026

Test Results

 1 629 files   1 629 suites   1h 26m 50s ⏱️
 5 350 tests  5 257 ✅  93 💤 0 ❌
13 515 runs  13 280 ✅ 235 💤 0 ❌

Results for commit d1455f9.

♻️ This comment has been updated with latest results.

@ruspl-afed ruspl-afed force-pushed the clean-code/mylyn.context/org.eclipse.mylyn.resources.ui branch from e58dbc1 to d1455f9 Compare 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.

1 participant