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

WRONG_OVERLOADING_FUNCTION_ARGUMENTS: adding exceptions to the rule #1520

Merged
merged 12 commits into from
Sep 14, 2022

Conversation

orchestr7
Copy link
Member

What's done:

  • rule will be triggered if and only if methods have same modifiers

### What's done:
- rule will be triggered if and only if it has same modifiers
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found 11 potential problems in the proposed changes. Check the Files changed tab for more details.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 12, 2022

JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v1)

1 916 tests   1 900 ✔️  49s ⏱️
   157 suites       15 💤
   157 files           1

For more details on these failures, see this check.

Results for commit 827f864.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 12, 2022

JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v1)

1 916 tests   1 900 ✔️  56s ⏱️
   157 suites       15 💤
   157 files           1

For more details on these failures, see this check.

Results for commit 827f864.

♻️ This comment has been updated with latest results.

### What's done:
- rule will be triggered if and only if it has same modifiers
### What's done:
- rule will be triggered if and only if it has same modifiers
### What's done:
- rule will be triggered if and only if it has same modifiers
### What's done:
- rule will be triggered if and only if it has same modifiers
### What's done:
- rule will be triggered if and only if it has same modifiers
@orchestr7 orchestr7 enabled auto-merge (squash) September 14, 2022 15:48
### What's done:
- rule will be triggered if and only if it has same modifiers
### What's done:
- rule will be triggered if and only if it has same modifiers
### What's done:
- rule will be triggered if and only if it has same modifiers
@codecov
Copy link

codecov bot commented Sep 14, 2022

Codecov Report

Merging #1520 (8ac1b7a) into master (914a1a7) will decrease coverage by 0.00%.
The diff coverage is 75.00%.

@@             Coverage Diff              @@
##             master    #1520      +/-   ##
============================================
- Coverage     82.56%   82.55%   -0.01%     
- Complexity     2566     2577      +11     
============================================
  Files           111      111              
  Lines          7716     7735      +19     
  Branches       2119     2125       +6     
============================================
+ Hits           6371     6386      +15     
  Misses          443      443              
- Partials        902      906       +4     
Flag Coverage Δ
unittests 82.55% <75.00%> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
...set/rules/chapter5/OverloadingArgumentsFunction.kt 87.17% <75.00%> (-7.83%) ⬇️

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

@orchestr7 orchestr7 merged commit 95efc18 into master Sep 14, 2022
@orchestr7 orchestr7 deleted the bugfix/overloading branch September 14, 2022 20:33
@0x6675636b796f75676974687562 0x6675636b796f75676974687562 added this to the 1.2.4 milestone Oct 25, 2022
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.

WRONG_OVERLOADING_FUNCTION_ARGUMENTS triggers with visibility differences
3 participants