blob: 64d4d16cf2426374c513a8bee4755815ee5f308a [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 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# 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}