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: not infer methods that return an interface type #518

Merged
merged 1 commit into from Jun 21, 2021
Merged

Conversation

tangcent
Copy link
Owner

fix #513

@tangcent tangcent added the type: bug Something isn't working label Jun 21, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #518 (c23815d) into master (13e9973) will decrease coverage by 0.002%.
The diff coverage is 29.412%.

Impacted file tree graph

@@               Coverage Diff               @@
##              master      #518       +/-   ##
===============================================
- Coverage     39.509%   39.507%   -0.002%     
  Complexity      1489      1489               
===============================================
  Files            197       197               
  Lines          11486     11484        -2     
  Branches        2580      2577        -3     
===============================================
- Hits            4538      4537        -1     
- Misses          5959      5961        +2     
+ Partials         989       986        -3     
Flag Coverage Δ
unittests 39.507% <29.412%> (-0.002%) ⬇️

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

Impacted Files Coverage Δ
...com/itangcent/idea/plugin/rule/ScriptRuleParser.kt 47.619% <0.000%> (+0.161%) ⬆️
...dea/plugin/api/export/core/RequestClassExporter.kt 51.980% <26.667%> (+0.375%) ⬆️
...lin/com/itangcent/idea/plugin/settings/Settings.kt 70.866% <100.000%> (ø)
...pi/export/generic/GenericMethodDocClassExporter.kt 47.727% <0.000%> (-1.515%) ⬇️

Continue to review full report at Codecov.

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

@tangcent tangcent merged commit fb7f60b into master Jun 21, 2021
@tangcent tangcent deleted the bugfix/#513 branch June 21, 2021 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

shift+alt+e 导出接口导致内存占满idea卡死
2 participants