Skip to content

Clean Code for apitools/org.eclipse.pde.api.tools.tests#1781

Merged
akurtakov merged 1 commit intomasterfrom
clean-code/apitools/org.eclipse.pde.api.tools.tests
May 15, 2025
Merged

Clean Code for apitools/org.eclipse.pde.api.tools.tests#1781
akurtakov merged 1 commit intomasterfrom
clean-code/apitools/org.eclipse.pde.api.tools.tests

Conversation

@eclipse-pde-bot
Copy link
Copy Markdown
Contributor

The following cleanups where 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
  • Replace deprecated calls with inlined content where possible
  • Use pattern matching for instanceof

@github-actions
Copy link
Copy Markdown

Test Results

   285 files  ±0     285 suites  ±0   48m 33s ⏱️ - 5m 39s
 3 611 tests ±0   3 535 ✅ ±0   76 💤 ±0  0 ❌ ±0 
11 025 runs  ±0  10 794 ✅ ±0  231 💤 ±0  0 ❌ ±0 

Results for commit 26ed062. ± Comparison against base commit 65b77b2.

@akurtakov akurtakov merged commit 633b9ac into master May 15, 2025
19 checks passed
@akurtakov akurtakov deleted the clean-code/apitools/org.eclipse.pde.api.tools.tests branch May 15, 2025 05:06
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