# 2/7/11 9:52:40 AM EST # Eclipse Compiler for Java(TM) 0.A58, 3.6.0, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /home/www-data/build/modeling/gmp/gmf-runtime/downloads/drops/1.4.2/S201102070947/eclipse/plugins/org.eclipse.gmf.runtime.emf.ui.properties/src/org/eclipse/gmf/runtime/emf/ui/properties/sections/UndoableModelPropertySheetEntry.java (at line 204) 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)