ahmaddarawshi / powermock

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

Change FieldTypeMatcherStrategy matches? #167

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Should we change it to isAssignableFrom instead of equals?

Original issue reported on code.google.com by johan.ha...@gmail.com on 15 Sep 2009 at 7:23

GoogleCodeExporter commented 9 years ago
Whitebox#getInternalState(..) and Whitebox#setInternalState(..) now uses
isAssignableFrom instead of equals when looking for field types.

Original comment by johan.ha...@gmail.com on 15 Sep 2009 at 5:49