Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean Code for bundles/org.eclipse.equinox.p2.updatesite #774

Merged
merged 1 commit into from
Mar 22, 2025

Conversation

eclipse-equinox-bot
Copy link
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
  • Replace deprecated calls with inlined content where possible
  • Use pattern matching for instanceof

Copy link

Test Results

  375 files  +  125    375 suites  +125   45m 51s ⏱️ + 12m 44s
1 905 tests +    6  1 902 ✅ +    6  3 💤 ±0  0 ❌ ±0 
6 715 runs  +2 235  6 706 ✅ +2 232  9 💤 +3  0 ❌ ±0 

Results for commit 92ab069. ± Comparison against base commit 4cc4cc5.

@laeubi laeubi merged commit 6d81ff0 into master Mar 22, 2025
12 checks passed
@laeubi laeubi deleted the clean-code/bundles/org.eclipse.equinox.p2.updatesite branch March 22, 2025 05:49
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.

2 participants