# 2/26/08 12:52:25 AM CET # Eclipse Java Compiler 0.789_R33x, 3.3.2, Copyright IBM Corp 2000, 2008. 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)