Skip to content

Conversation

andreisilviudragnea
Copy link
Contributor

  • Deprecated ListUtil class in favor of Java 8 Streams
  • Deprecated unused Fields class

Relates to #1926.

@codecov-commenter
Copy link

codecov-commenter commented Mar 14, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.47%. Comparing base (dc5021c) to head (b58eeb8).
Report is 531 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2593      +/-   ##
============================================
- Coverage     86.65%   86.47%   -0.18%     
+ Complexity     2795     2783      -12     
============================================
  Files           321      319       -2     
  Lines          8368     8303      -65     
  Branches       1024     1011      -13     
============================================
- Hits           7251     7180      -71     
- Misses          849      858       +9     
+ Partials        268      265       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@TimvdLippe TimvdLippe left a comment

Choose a reason for hiding this comment

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

With "Android users", I meant those that are using Mockito on older versions of Android that does not support lambda's and all. However, these projects can desugar, which might solve the problem.

Therefore, if we are still compatible with Android SDK 24 (I believe that's the version we use), I think we can merge this as-is. Let's see what CI says.

Copy link
Contributor

@TimvdLippe TimvdLippe left a comment

Choose a reason for hiding this comment

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

Seems like CI is happy, so we can make this change after all. Thanks for submitting this again! Only a couple of small comments.

Copy link
Contributor

@TimvdLippe TimvdLippe left a comment

Choose a reason for hiding this comment

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

Thanks for getting back to us! Yes, this is a great cleanup and the Stream usages read a lot cleaner than we had before. Merging 🎉

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.

3 participants