You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mockito introduced InlineMockMaker interface to solve memory leaks caused by inline mocking in PR. Need to implement that interface to make that work for InlineDexmakerMockMaker.
The text was updated successfully, but these errors were encountered:
ttanxu
added a commit
to ttanxu/dexmaker
that referenced
this issue
Mar 11, 2019
In certain specific, rare cases inline mocking causes memory leaks.
Mockito introduced a new API to explicitly clear mock state in version
2.25.0. To make that work we need to implement the new InlineMockMaker
interface, hence I make this pull request.
This fixeslinkedin#137.
In certain specific, rare cases inline mocking causes memory leaks.
Mockito introduced a new API to explicitly clear mock state in version
2.25.0. To make that work we need to implement the new InlineMockMaker
interface, hence I make this pull request.
This fixes#137.
Mockito introduced
InlineMockMaker
interface to solve memory leaks caused by inline mocking in PR. Need to implement that interface to make that work forInlineDexmakerMockMaker
.The text was updated successfully, but these errors were encountered: