Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.6
-
Fix Version/s: 1.6-beta-1, 1.5.7
-
Component/s: None
-
Labels:None
-
Number of attachments :
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.
fixed