Skip to content

NullableToStringCall: fix false negative with safe qualified expression #3213

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

Merged
merged 1 commit into from
Nov 8, 2020

Conversation

t-kameyama
Copy link
Contributor

Fixes #3211

@codecov
Copy link

codecov bot commented Nov 8, 2020

Codecov Report

Merging #3213 (919e028) into master (6fc4609) will decrease coverage by 0.00%.
The diff coverage is 75.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #3213      +/-   ##
============================================
- Coverage     80.07%   80.07%   -0.01%     
- Complexity     2642     2643       +1     
============================================
  Files           440      440              
  Lines          8020     8024       +4     
  Branches       1539     1542       +3     
============================================
+ Hits           6422     6425       +3     
  Misses          775      775              
- Partials        823      824       +1     
Impacted Files Coverage Δ Complexity Δ
...turbosch/detekt/rules/bugs/NullableToStringCall.kt 79.54% <75.00%> (-0.46%) 17.00 <4.00> (+1.00) ⬇️

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 6fc4609...ca7e33e. Read the comment docs.

@schalkms schalkms merged commit a14df9f into detekt:master Nov 8, 2020
@t-kameyama t-kameyama deleted the issue_3211 branch November 8, 2020 10:31
@arturbosch arturbosch added this to the 1.15.0 milestone Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

False negative in NullableToStringCall
4 participants