blob: cc3865c4850b3d3af8ecb4635243f7704fa70252 [file] [log] [blame]
###############################################################################
# Copyright (c) 2011, 2019 Mia-Software and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v20.html
#
# Contributors:
# Nicolas Bros (Mia-Software) - initial API and implementation
###############################################################################
ImplementationClassInterface_logErrorsJobName=Log Errors
ImplementationClassInterface_wrongInterface={0} doesn't implement IJavaModelQuery
ImplementationClassInterface_wrongInterface2={0}.java doesn't implement IJavaModelQuery<T extends EObject, R>
ImplementationClassInterface_wrongInterface3={0}.java doesn't implement IJavaModelQuery
ImplementationClassInterface_wrongInterfaceCollection={0}.java : expected Collection<{1}> as a return type
ImplementationClassInterface_wrongInterfaceCollection2={0}.java : wrong return type Collection<{1}> instead of Collection<{2}>
ImplementationClassInterface_wrongReturnType={0}.java : wrong return type {1} instead of {2}
ImplementationClassInterface_wrongScope={0}.java : wrong scope: {1} is not a super-type of {2}
QueryBuilder_querySet=QuerySet
ImplementationClassName_implementationClassDoesNotExist=The implementation class "{0}" does not exist.
ImplementationClassName_implementationClassHasCompilationErrors=The implementation class "{0}.java" has compilation errors.