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

chore: Change the code so Eclipse JDT accepts it is ok #3072

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

Artur-
Copy link
Member

@Artur- Artur- commented Dec 19, 2024

Currently, the project cannot be compiled in VS Code because it complains that

Type mismatch: cannot convert from List<Class<capture#1-of ?>> to List<Class<?>>

This is not a real error but a problem in the Eclipse compiler. his change makes the code compile also with VS Code / Eclipse

Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.57%. Comparing base (ad2c774) to head (051b122).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3072   +/-   ##
=======================================
  Coverage   92.57%   92.57%           
=======================================
  Files          85       85           
  Lines        3166     3166           
  Branches      776      776           
=======================================
  Hits         2931     2931           
  Misses        183      183           
  Partials       52       52           
Flag Coverage Δ
unittests 92.57% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@taefi taefi left a comment

Choose a reason for hiding this comment

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

What is this trying to solve? Any description, or referred issue?

@Artur-
Copy link
Member Author

Artur- commented Dec 20, 2024

Updated description

@Artur- Artur- merged commit ec0dc3b into main Dec 20, 2024
15 checks passed
@Artur- Artur- deleted the fix-for-eclipse-jdt branch December 20, 2024 14:39
taefi pushed a commit that referenced this pull request Dec 20, 2024
…4.6) (#3077)

chore: Change the code so Eclipse JDT accepts it is ok (#3072)

Co-authored-by: Artur <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants