-
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
WRONG_OVERLOADING_FUNCTION_ARGUMENTS: adding exceptions to the rule #1520
Conversation
### What's done: - rule will be triggered if and only if it has same modifiers
5b2d1f2
to
c3c5f5c
Compare
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.
Found 11 potential problems in the proposed changes. Check the Files changed tab for more details.
### 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
43324e9
to
4515dc3
Compare
...les/src/test/kotlin/org/cqfn/diktat/ruleset/chapter5/OverloadingArgumentsFunctionWarnTest.kt
Show resolved
Hide resolved
### What's done: - rule will be triggered if and only if it has same modifiers
...rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter5/OverloadingArgumentsFunction.kt
Outdated
Show resolved
Hide resolved
### 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
5ab42d3
to
dc0e02e
Compare
### What's done: - rule will be triggered if and only if it has same modifiers
827f864
to
8ac1b7a
Compare
Codecov Report
@@ 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
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. |
What's done: