Details
Description
A striker implementation of the Java language reference is now preventing EasyMock to compile. Because of erasure, these two methods are now considered to have the same signature.
public static char capture(final Capture<Character> captured)
public static <T> T capture(final Capture<T> captured)
Issue Links
| This issue is related to: | ||||
| EASYMOCK-101 | EasyMock not compiling with JDK 7 or Eclipse Helios or later (phase 2) |
|
|
|
Will be done in two steps. This steps will deprecate the old methods and add the captureInt, ... ones.
The next version will remove the deprecated methods.