-
Enhancement
-
Resolution: Fixed
-
P3
-
5.0
If you declare both
void m(Object[] a)
and
void m(Object... a)
you get the confusing error message:
m(java.lang.Object[]) is already defined in ...
###@###.### 2005-2-01 19:34:52 GMT
void m(Object[] a)
and
void m(Object... a)
you get the confusing error message:
m(java.lang.Object[]) is already defined in ...
###@###.### 2005-2-01 19:34:52 GMT
- relates to
-
JDK-5048776 promote varargs/non-varargs overrider diagnostics to errors
-
- Closed
-