Open GoogleCodeExporter opened 8 years ago
Yes, it looks like the implementation of isAbstract() is missing.
Original comment by frin...@gmail.com
on 13 Apr 2015 at 5:20
The fix for this particular error looks simple; implement
MockitoMethod.isAbstract(), check the modifiers on the method and see if it is
abstract or not. Dexmaker is chiefly pinned to Mockito 1.9.5 though, so I'm not
what other implications there are for bumping to at least the latest 1.+
version of Mockito are. Also, 2.0+ is currently under heavy development, so
there will be more changes coming soon.
Original comment by james.ki...@gmail.com
on 3 May 2015 at 4:05
I created a pull request for this as a potential fix:
https://github.com/crittercism/dexmaker/pull/14
Original comment by james.ki...@gmail.com
on 4 May 2015 at 12:06
Original issue reported on code.google.com by
YogurtE...@gmail.com
on 18 Dec 2014 at 10:25