ahmaddarawshi / powermock

Automatically exported from code.google.com/p/powermock
0 stars 0 forks source link

Mocking instance methods in final system classes for classes not having a default constructor can fail #170

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is because hashCode (and potentially equals as well) may return null
due to an uninitialized value.

Original issue reported on code.google.com by johan.ha...@gmail.com on 21 Sep 2009 at 11:48

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 22 Sep 2009 at 6:20

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 20 Jul 2010 at 1:04