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

CUSTOM_GETTERS_SETTERS false positive on the override of fields #1606

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

Cheshiriks
Copy link
Member

What's done:

  • added check for override getter

Closes #1504

### What's done:
* added check for override getter

Closes #1504
@codecov
Copy link

codecov bot commented Feb 1, 2023

Codecov Report

Merging #1606 (ee880c8) into master (98cdfaa) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##             master    #1606   +/-   ##
=========================================
  Coverage     82.44%   82.44%           
- Complexity     2328     2330    +2     
=========================================
  Files           112      112           
  Lines          7854     7856    +2     
  Branches       2038     2040    +2     
=========================================
+ Hits           6475     6477    +2     
  Misses          453      453           
  Partials        926      926           
Flag Coverage Δ
unittests 82.44% <100.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
...t/ruleset/rules/chapter6/CustomGetterSetterRule.kt 100.00% <100.00%> (ø)

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

@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2023

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

2 010 tests  +1   1 995 ✔️ +1   17m 28s ⏱️ - 2m 27s
   165 suites ±0        15 💤 ±0 
   165 files   ±0          0 ±0 

Results for commit ee880c8. ± Comparison against base commit 98cdfaa.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2023

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

   164 files  ±0     164 suites  ±0   37m 0s ⏱️ + 4m 53s
1 991 tests +1  1 972 ✔️ +1  15 💤 ±0  4 ±0 
1 995 runs  +1  1 976 ✔️ +1  15 💤 ±0  4 ±0 

For more details on these failures, see this check.

Results for commit ee880c8. ± Comparison against base commit 98cdfaa.

@Cheshiriks Cheshiriks merged commit 7954882 into master Feb 1, 2023
@Cheshiriks Cheshiriks deleted the bugfix/override_getter branch February 1, 2023 09:31
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.

CUSTOM_GETTERS_SETTERS false positive on the override of fields
2 participants