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: fix compatibility issues in compatibility verification #535

Merged
merged 1 commit into from
Mar 31, 2024

Conversation

tangcent
Copy link
Owner

IntelliJ IDEA Ultimate (241.14494.127) Compatible.

  • 3 usages of scheduled for removal API

    • EasyApi 2.2.9.212.0 uses API scheduled for removal in future releases
    • Scheduled for removal fields usages (2)
      • PsiType.VOID (2) (scheduled for removal in a future release)
        • Deprecated field PsiType.VOID is accessed in DefaultMethodInferHelper.getSimpleFields(...). This field will be removed in a future release
        • Deprecated field PsiType.VOID is accessed in DefaultMethodInferHelper.getSimpleFields(...). This field will be removed in a future release
      • Scheduled for removal class usage (1)
        • StringUtils (1) (scheduled for removal in a future release)
        • Deprecated class StringUtils is referenced in FeignRequestClassExporter.resolveHeader(...). This class will be removed in a future release
  • 6 deprecated API usages

    • EasyApi 2.2.9.212.0 uses deprecated API, which may be removed in future releases leading to binary and source code incompatibilities
    • Deprecated methods usages (4)
      • JsonParser.parse(String) (3)
        • Deprecated method JsonParser.parse(String) is invoked in GsonExUtilsKt.prettyJsonStr(GsonUtils, String)
        • Deprecated method JsonParser.parse(String) is invoked in ExtensibleKit.fromJson(KClass, String)
        • Deprecated method JsonParser.parse(String) is invoked in ExtensibleKit.fromJson(KClass, String, String[])
      • PathKt.readText(Path) (1)
        • Deprecated method PathKt.readText(Path) is invoked in HttpClientFileSaver.saveHttpFile(...)
    • Deprecated constructors usages (2)
      • JsonParser.() (2)
        • Deprecated constructor JsonParser.() is invoked in ExtensibleKit.()
        • Deprecated constructor JsonParser.() is invoked in GsonExUtilsKt.prettyJsonStr(GsonUtils, String)

@tangcent tangcent added the type: chore Routine maintenance task label Mar 31, 2024
Copy link

codecov bot commented Mar 31, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 62.794%. Comparing base (38eb9f6) to head (16d9b32).

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##              master      #535       +/-   ##
===============================================
- Coverage     62.801%   62.794%   -0.007%     
  Complexity      1935      1935               
===============================================
  Files            218       218               
  Lines          10425     10423        -2     
  Branches        2539      2539               
===============================================
- Hits            6547      6545        -2     
  Misses          2531      2531               
  Partials        1347      1347               
Flag Coverage Δ
unittests 62.794% <75.000%> (-0.007%) ⬇️

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

Files Coverage Δ
...ugin/api/export/feign/FeignRequestClassExporter.kt 68.235% <100.000%> (ø)
...idea/plugin/api/export/http/HttpClientFileSaver.kt 69.231% <100.000%> (ø)
...ain/kotlin/com/itangcent/idea/utils/GsonExUtils.kt 100.000% <100.000%> (ø)
...c/main/kotlin/com/itangcent/utils/ExtensibleKit.kt 100.000% <100.000%> (ø)
...ngcent/idea/plugin/api/DefaultMethodInferHelper.kt 42.075% <0.000%> (ø)

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 38eb9f6...16d9b32. Read the comment docs.

@tangcent tangcent merged commit bd8cdc1 into master Mar 31, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore Routine maintenance task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant