Hi! If anybody is interested in, this is the only warning coming up with Sun's javac (30 warnings):
../java/lang/Class.java:1161: warning: non-varargs call of varargs method with
inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
return constructor.newInstance(null);
^
- twisti

