blob: 3df119baf442355bcbadf2eddabcc5cb3e41b9c2 [file] [log] [blame]
###############################################################################
# Copyright (c) 2001, 2007 Oracle Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Oracle Corporation - initial API and implementation
###############################################################################
TypeComparator.Expression.Doesnt.Match.Expected.Types=EL expression does not evaluate to expected types for this attribute
TypeComparator.Expression.Not.Gettable=Expression is not gettable
TypeComparator.Expression.Expected.Settable=Attribute expects settable value, but expression is not settable
TypeComparator.Expression.No_Method=Expression must be a method expression but is a value expression
TypeComparator.Expression.No_Value=Expression must be a value expression but is a method expression
TypeComparator.Expression.Incompatible_Method=Method must have signature "{0}" but has signature "{1}"
TypeComparator.Expression.Incompatible_Value=Cannot coerce type {1} to {0}