Skip to content

UseIsNullOrEmpty: fix false negative with chained call#6027

Merged
BraisGabin merged 1 commit into
detekt:mainfrom
t-kameyama:issue_6024
Apr 22, 2023
Merged

UseIsNullOrEmpty: fix false negative with chained call#6027
BraisGabin merged 1 commit into
detekt:mainfrom
t-kameyama:issue_6024

Conversation

@t-kameyama
Copy link
Copy Markdown
Contributor

Fixes #6024

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 22, 2023

Codecov Report

Merging #6027 (553c43d) into main (07177a5) will increase coverage by 0.00%.
The diff coverage is 37.50%.

@@            Coverage Diff            @@
##               main    #6027   +/-   ##
=========================================
  Coverage     84.68%   84.69%           
- Complexity     3863     3865    +2     
=========================================
  Files           550      550           
  Lines         13115    13117    +2     
  Branches       2313     2313           
=========================================
+ Hits          11107    11109    +2     
  Misses          868      868           
  Partials       1140     1140           
Impacted Files Coverage Δ
.../arturbosch/detekt/rules/style/UseIsNullOrEmpty.kt 58.97% <37.50%> (+1.07%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@BraisGabin BraisGabin added this to the 1.23.0 milestone Apr 22, 2023
@BraisGabin BraisGabin merged commit 0bed96f into detekt:main Apr 22, 2023
@t-kameyama t-kameyama deleted the issue_6024 branch April 22, 2023 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

False negative for UseIsNullOrEmpty rule

2 participants