-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Clean up JDK-8 related code #2883
Conversation
Signed-off-by: Andriy Redko <drreta@gmail.com>
Codecov ReportBase: 83.69% // Head: 85.81% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2883 +/- ##
============================================
+ Coverage 83.69% 85.81% +2.11%
+ Complexity 2861 2844 -17
============================================
Files 327 324 -3
Lines 8785 8601 -184
Branches 1068 1059 -9
============================================
+ Hits 7353 7381 +28
+ Misses 1155 947 -208
+ Partials 277 273 -4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
src/main/java/org/mockito/internal/debugging/LocationFactory.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Andriy Redko <drreta@gmail.com>
Signed-off-by: Andriy Redko <drreta@gmail.com>
…uration classes Signed-off-by: Andriy Redko <drreta@gmail.com>
Signed-off-by: Andriy Redko <drreta@gmail.com>
subprojects/kotlinReleaseCoroutinesTest/kotlinReleaseCoroutinesTest.gradle
Show resolved
Hide resolved
Signed-off-by: Andriy Redko <drreta@gmail.com>
Signed-off-by: Andriy Redko <drreta@gmail.com>
@TimvdLippe please let me know if I missed some places, I think we are good to go, thank you! |
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.
Awesome thank you!
Note: this was partially reverted in #2891 to supply Android compatibility. |
Signed-off-by: Andriy Redko drreta@gmail.com
Clean up JDK-8 related code.
Fixes #2879
Checklist
including project members to get a better picture of the change
commit is meaningful and help the people that will explore a change in 2 years
Fixes #<issue number>
in the description if relevantFixes #<issue number>
if relevant