Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The attached test case fails because of the parameterised return type of the interface extension method:
{{/home/pkeller/Projects/Workflow/xmlbeans-upgrade/xmlbeans-ie-generic/build/java/com/example/easypo/impl/ProductTypeImpl.java:29: error: cannot find symbol
public T getFoo(java.lang.Class<T> type) {
^
symbol: class T
location: class ProductTypeImpl
/home/pkeller/Projects/Workflow/xmlbeans-upgrade/xmlbeans-ie-generic/build/java/com/example/easypo/impl/ProductTypeImpl.java:29: error: cannot find symbol
public T getFoo(java.lang.Class<T> type) {
^
symbol: class T
location: class ProductTypeImpl
2 errors}}