-
Notifications
You must be signed in to change notification settings - Fork 39
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
False positive WRONG_OVERLOADING_FUNCTION_ARGUMENTS #1623
Conversation
### What's done: test case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no fix needed? only test?
yes, test shows that the bug is not reproduced |
Codecov Report
@@ Coverage Diff @@
## master #1623 +/- ##
=========================================
Coverage 82.47% 82.47%
Complexity 2334 2334
=========================================
Files 112 112
Lines 7862 7862
Branches 2045 2045
=========================================
Hits 6484 6484
Misses 452 452
Partials 926 926
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
may be there is an interference of different inspections? @icemachined one inspection breaks the code before the next one. Need to check with our online DEMO provided by @sanyavertolet |
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2) 166 files + 1 166 suites +1 29m 14s ⏱️ - 1m 18s For more details on these failures, see this check. Results for commit f500935. ± Comparison against base commit 416171f. |
Found that this is because save-cloud has diktat version 1.2.4.1 which was cut 29.07.2022 before overload feature was merged. That's why it is not working in save-cloud now. |
What's done:
test case
Closes #1594