Skip to content

Fix issue with Object methods on interface spies#1529

Merged
leonard84 merged 1 commit into
spockframework:masterfrom
leonard84:fix-1516_ObjectMethodInvoker
Sep 29, 2022
Merged

Fix issue with Object methods on interface spies#1529
leonard84 merged 1 commit into
spockframework:masterfrom
leonard84:fix-1516_ObjectMethodInvoker

Conversation

@leonard84

Copy link
Copy Markdown
Member

fixes #1516

@leonard84 leonard84 added this to the 2.3 milestone Sep 29, 2022
@codecov

codecov Bot commented Sep 29, 2022

Copy link
Copy Markdown

Codecov Report

Base: 79.85% // Head: 79.84% // Decreases project coverage by -0.00% ⚠️

Coverage data is based on head (c165dc6) compared to base (e8f4ce5).
Patch coverage: 71.42% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1529      +/-   ##
============================================
- Coverage     79.85%   79.84%   -0.01%     
- Complexity     4057     4059       +2     
============================================
  Files           413      414       +1     
  Lines         12842    12848       +6     
  Branches       1659     1662       +3     
============================================
+ Hits          10255    10259       +4     
- Misses         1987     1988       +1     
- Partials        600      601       +1     
Impacted Files Coverage Δ
...ockframework/mock/runtime/ObjectMethodInvoker.java 60.00% <60.00%> (ø)
...ck/runtime/DynamicProxyMockInterceptorAdapter.java 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.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@leonard84 leonard84 merged commit 8795325 into spockframework:master Sep 29, 2022
@leonard84 leonard84 deleted the fix-1516_ObjectMethodInvoker branch September 29, 2022 14:24
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.

java.lang.IllegalArgumentException: "public native int java.lang.Object.hashCode()" is not a default method w/ Spock 2.2

1 participant