Skip to content

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

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

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

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   49m 13s ⏱️ - 4m 59s
 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 691949d. ± Comparison against base commit 65b77b2.

@akurtakov akurtakov merged commit 76d0ddd into master May 15, 2025
19 checks passed
@akurtakov akurtakov deleted the clean-code/apitools/org.eclipse.pde.api.tools branch May 15, 2025 04:58
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