# 6/28/07 1:09:41 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.emf.ui.properties/src/org/eclipse/gmf/runtime/emf/ui/properties/sections/UndoableModelPropertySheetEntry.java (at line 201) getCompositeCommand(MessageFormat.format( EMFUIPropertiesMessages.UndoablePropertySheetEntry_commandName, new String[] { getDescriptor().getDisplayName() }))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation ---------- 1 problem (1 warning)