Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.8-rc-4
-
None
-
None
Description
If the generic type (Object below) has methods with primitive args, e.g. wait(long timeout), then a Verify Error occurs:
import groovy.beans.ListenerList import java.lang.reflect.Modifier class C { @ListenerList List<Object> listeners } assert C.class.getMethod('getObjects')