Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.6
-
None
-
None
Description
with the code
public java.util.List findAllProcessesForActivityType(java.lang.Long activityTypeId) {
}
the Stubgenerator generates this:
public java.util.List<E extends java.lang.Object> findAllProcessesForActivityType(java.lang.Long activityTypeId) {
return (java.util.List<E extends java.lang.Object>)null;
}
this may be the result of a bug fix in 1.5.6. This won't compile, because the syntax is wrong.