-
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
Fixed WRONG_MULTIPLE_MODIFIERS_ORDER bug in SAM interface #1601
Conversation
### What's done: * fixed WRONG_MULTIPLE_MODIFIERS_ORDER bug in SAM interface Closes #1598
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v2) 165 files ±0 165 suites ±0 20m 18s ⏱️ - 4m 33s Results for commit 8bdb218. ± Comparison against base commit 9456032. ♻️ This comment has been updated with latest results. |
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2) 164 files ±0 164 suites ±0 26m 37s ⏱️ - 8m 41s For more details on these failures, see this check. Results for commit 8bdb218. ± Comparison against base commit 9456032. ♻️ This comment has been updated with latest results. |
...at-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter3/MultipleModifiersSequence.kt
Show resolved
Hide resolved
### What's done: * fixed WRONG_MULTIPLE_MODIFIERS_ORDER bug in SAM interface Closes #1598
Codecov Report
@@ Coverage Diff @@
## master #1601 +/- ##
=========================================
Coverage 82.43% 82.43%
- Complexity 2323 2328 +5
=========================================
Files 112 112
Lines 7845 7851 +6
Branches 2034 2037 +3
=========================================
+ Hits 6467 6472 +5
Misses 453 453
- Partials 925 926 +1
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: * fixed WRONG_MULTIPLE_MODIFIERS_ORDER bug in SAM interface Closes #1598
What's done:
Closes #1598