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 for incorrect variable name handle #646

Merged
merged 8 commits into from
Dec 22, 2020

Conversation

kentr0w
Copy link
Collaborator

@kentr0w kentr0w commented Dec 16, 2020

What's done:

Added fix for incorrect variable handle and tests
closes #402

### What's done:
   Added fix for incorrect variable handle and tests
@kentr0w kentr0w added the enhancement New feature or request label Dec 16, 2020
@codecov
Copy link

codecov bot commented Dec 16, 2020

Codecov Report

Merging #646 (8450b64) into master (e71d22e) will decrease coverage by 0.05%.
The diff coverage is 50.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #646      +/-   ##
============================================
- Coverage     79.07%   79.01%   -0.06%     
- Complexity     1787     1792       +5     
============================================
  Files            88       88              
  Lines          4697     4704       +7     
  Branches       1506     1510       +4     
============================================
+ Hits           3714     3717       +3     
  Misses          288      288              
- Partials        695      699       +4     
Flag Coverage Δ Complexity Δ
unittests 79.01% <50.00%> (-0.06%) 0.00 <0.00> (ø)

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

Impacted Files Coverage Δ Complexity Δ
.../org/cqfn/diktat/ruleset/rules/IdentifierNaming.kt 75.53% <50.00%> (-1.74%) 84.00 <0.00> (+5.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 e71d22e...8450b64. Read the comment docs.

### What's done:
   Fixed according our code-style
### What's done:
   Fixed after review
### What's done:
    Fixed after review
### What's done:
    Fixed after review
### What's done:
    Fixed after review
@kentr0w kentr0w merged commit 4fdf376 into master Dec 22, 2020
@kentr0w kentr0w deleted the feature/incorrect-variable-fix branch December 22, 2020 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use new variable searching mechanism to correctly rename local properties
2 participants