# 6/28/07 1:09:30 PM CEST # Eclipse Java Compiler 0.768, 3.3.0 release candidate-2, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /home/builder/gmfbuild/build/runtime/plugins/org.eclipse.gmf.runtime.diagram.core/src/org/eclipse/gmf/runtime/diagram/core/providers/AbstractViewProvider.java (at line 239) Object factory = constructor.newInstance(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The argument of type null should explicitly be cast to Object[] for the invocation of the varargs method newInstance(Object...) from type Constructor. It could alternatively be cast to Object for a varargs invocation ---------- 1 problem (1 warning)