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 #548

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

EasyApi 2.3.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 status: postponed Issue temporarily on hold, rescheduled for later label Jun 30, 2024
@tangcent tangcent force-pushed the chore/merge_easy-yapi branch from dd8c386 to 0d398c8 Compare June 30, 2024 09:55
Copy link

codecov bot commented Jun 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.320%. Comparing base (9d437e2) to head (0d398c8).

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##              master      #548       +/-   ##
===============================================
- Coverage     63.365%   63.320%   -0.045%     
+ Complexity      2010      2005        -5     
===============================================
  Files            224       223        -1     
  Lines          10591     10578       -13     
  Branches        2574      2573        -1     
===============================================
- Hits            6711      6698       -13     
  Misses          2540      2540               
  Partials        1340      1340               
Flag Coverage Δ
unittests 63.320% <ø> (-0.045%) ⬇️

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 9d437e2...0d398c8. Read the comment docs.

@tangcent tangcent merged commit 98e2abb into master Jun 30, 2024
10 checks passed
@tangcent tangcent mentioned this pull request Jun 30, 2024
@tangcent tangcent deleted the chore/merge_easy-yapi branch June 30, 2024 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: postponed Issue temporarily on hold, rescheduled for later
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant