Skip to content

Clean Code for ds/org.eclipse.pde.ds.annotations.tests#2176

Open
eclipse-pde-bot wants to merge 1 commit into
masterfrom
clean-code/ds/org.eclipse.pde.ds.annotations.tests
Open

Clean Code for ds/org.eclipse.pde.ds.annotations.tests#2176
eclipse-pde-bot wants to merge 1 commit into
masterfrom
clean-code/ds/org.eclipse.pde.ds.annotations.tests

Conversation

@eclipse-pde-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

The following Manifest cleanups where applied:

  • Calculate 'uses' directive for public packages
  • Remove unused dependencies

@github-actions

github-actions Bot commented Jan 17, 2026

Copy link
Copy Markdown

Test Results

  126 files  ±0    126 suites  ±0   35m 0s ⏱️ +21s
3 510 tests ±0  3 378 ✅  -  78   54 💤 ±0   78 ❌ + 78 
9 333 runs  ±0  8 927 ✅  - 276  130 💤 ±0  276 ❌ +276 

For more details on these failures, see this check.

Results for commit 820f9bf. ± Comparison against base commit af2b487.

♻️ This comment has been updated with latest results.

@eclipse-pde-bot eclipse-pde-bot force-pushed the clean-code/ds/org.eclipse.pde.ds.annotations.tests branch 2 times, most recently from 594edfb to e91fe44 Compare January 20, 2026 08:25

@laeubi laeubi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently fails due to

The method assumeTrue(boolean, String) from the type Assumptions refers to the missing type TestAbortedException

seems to be a dependency resolution problem

@eclipse-pde-bot eclipse-pde-bot force-pushed the clean-code/ds/org.eclipse.pde.ds.annotations.tests branch from e91fe44 to f6ba5b4 Compare January 20, 2026 13:35
@eclipse-pde-bot eclipse-pde-bot force-pushed the clean-code/ds/org.eclipse.pde.ds.annotations.tests branch 3 times, most recently from c453298 to 3b222e6 Compare March 6, 2026 03:12
@eclipse-pde-bot eclipse-pde-bot force-pushed the clean-code/ds/org.eclipse.pde.ds.annotations.tests branch from 3b222e6 to df7f9f5 Compare April 28, 2026 03:15
@eclipse-pde-bot eclipse-pde-bot force-pushed the clean-code/ds/org.eclipse.pde.ds.annotations.tests branch from df7f9f5 to 542f197 Compare June 4, 2026 03:19
@eclipse-pde-bot eclipse-pde-bot force-pushed the clean-code/ds/org.eclipse.pde.ds.annotations.tests branch from 542f197 to 820f9bf Compare June 5, 2026 03:21
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