Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.1 M2
-
Fix Version/s: 1.1 M3
-
Component/s: JDO DDL generator
-
Labels:None
-
Number of attachments :
Description
There are a few Java 5 build complaints concerning varargs ambiguity.
Delivered. All changes were changing a String[] to Object[] to unambiguously match the required method signature. Unforttunately, varargs makes some method signatures ambiguous and thus you need to exactly match the signature rather than using a derived type in the signature.