Skip to content

Comments

Clean Code for ant/org.eclipse.ant.ui#1906

Merged
akurtakov merged 1 commit intomasterfrom
clean-code/ant/org.eclipse.ant.ui
Jun 9, 2025
Merged

Clean Code for ant/org.eclipse.ant.ui#1906
akurtakov merged 1 commit intomasterfrom
clean-code/ant/org.eclipse.ant.ui

Conversation

@eclipse-platform-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
  • Remove trailing white spaces on all lines
  • Remove unnecessary array creation for varargs
  • Remove unnecessary suppress warning tokens
  • Remove unused imports
  • Replace deprecated calls with inlined content where possible
  • Use pattern matching for instanceof

@github-actions
Copy link
Contributor

github-actions bot commented Jun 7, 2025

Test Results

 1 893 files  ±0   1 893 suites  ±0   1h 30m 8s ⏱️ - 1m 14s
 4 381 tests ±0   4 357 ✅ ±0   24 💤 ±0  0 ❌ ±0 
13 143 runs  ±0  12 976 ✅ ±0  167 💤 ±0  0 ❌ ±0 

Results for commit 3743d58. ± Comparison against base commit d66de99.

♻️ This comment has been updated with latest results.

@eclipse-platform-bot eclipse-platform-bot force-pushed the clean-code/ant/org.eclipse.ant.ui branch from fa65732 to 3497b29 Compare June 8, 2025 02:45
@eclipse-platform-bot eclipse-platform-bot force-pushed the clean-code/ant/org.eclipse.ant.ui branch from 3497b29 to 3743d58 Compare June 9, 2025 02:43
@akurtakov akurtakov merged commit 0a6f4dd into master Jun 9, 2025
18 checks passed
@akurtakov akurtakov deleted the clean-code/ant/org.eclipse.ant.ui branch June 9, 2025 04:00
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