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

fix: remove Non-extendable interface usage #1146

Merged
merged 1 commit into from
Jun 30, 2024
Merged

Conversation

tangcent
Copy link
Owner

Fix the warning message in IntelliJ IDEA Ultimate regarding a non-extendable API usage violation.

IntelliJ IDEA Ultimate 2024.2 eap (242.18071.24)

1 compatibility warning. 1 non-extendable API usage violation (Restart)

Non-extendable API usage violation

EasyYapi 2.7.1.212.0 uses APIs marked with @ApiStatus.NonExtendable, which indicates that those APIs must not be extended outside the IntelliJ Platform.

Non-extendable interface usage violation (1)

DataContext (1)

Non-extendable interface DataContext is implemented by DataEventCollector. This interface is marked with @ApiStatus.NonExtendable, which indicates that the interface is not supposed to be extended. See documentation of the @ApiStatus.NonExtendable for more info.

@tangcent tangcent added the type: amend Daily amend label Jun 30, 2024
@tangcent tangcent force-pushed the fix/compatibility branch from 9ae4597 to e5ddea6 Compare June 30, 2024 07:55
@tangcent tangcent force-pushed the fix/compatibility branch from e5ddea6 to a3bbb1f Compare June 30, 2024 08:22
Copy link

codecov bot commented Jun 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.579%. Comparing base (d74de6e) to head (a3bbb1f).

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##              master     #1146       +/-   ##
===============================================
- Coverage     62.619%   62.579%   -0.040%     
+ Complexity      2368      2363        -5     
===============================================
  Files            255       254        -1     
  Lines          12279     12266       -13     
  Branches        3019      3018        -1     
===============================================
- Hits            7689      7676       -13     
  Misses          3009      3009               
  Partials        1581      1581               
Flag Coverage Δ
unittests 62.579% <ø> (-0.040%) ⬇️

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


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d74de6e...a3bbb1f. Read the comment docs.

@tangcent tangcent merged commit 46b1afc into master Jun 30, 2024
10 checks passed
@tangcent tangcent deleted the fix/compatibility branch June 30, 2024 09:47
@tangcent tangcent mentioned this pull request Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: amend Daily amend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant