blob: 614d5acbce7c89c9babf9f464aaf70695d20aed7 [file] [log] [blame]
Stephan Herrmann7b7062f2010-04-01 19:56:59 +00001###############################################################################
2# Copyright (c) 2000, 2009 IBM Corporation and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
11### compiler messages.
12
13### compilation
14compilation_unresolvedProblem = Unresolved compilation problem: \n
15compilation_unresolvedProblems = Unresolved compilation problems: \n
16compilation_request = [parsing {2} - #{0}/{1}]
17compilation_loadBinary = [reading {0}.class]
18compilation_process = [analyzing {2} - #{0}/{1}]
19compilation_write = [writing {1} - #{0}]
20compilation_done = [completed {2} - #{0}/{1}]
21compilation_units = [{0} units compiled]
22compilation_unit = [{0} unit compiled]
23compilation_internalError = Internal compiler error: {0}
24compilation_beginningToCompile=Beginning to compile
25compilation_processing=Processing {0}
26
27### output
28output_isFile = Regular file {0} cannot be used as output directory
29output_notValidAll = Could not create output directory {0}
30output_notValid = Could not create subdirectory {0} into output directory {1}
31
32### problem
33problem_noSourceInformation =
34problem_atLine = (at line {0})
35
36### abort
37abort_invalidAttribute = SANITY CHECK: Invalid attribute for local variable {0}
38abort_invalidExceptionAttribute = SANITY CHECK: Invalid attribute for exception attribute for {0}
39abort_missingCode = Missing code implementation in the compiler
40abort_againstSourceModel = Cannot compile against source model {0} issued from {1}
41abort_invalidOpcode = SANITY CHECK: Invalid opcode {0} at pc {1} for stackmap table attribute for method {2}
42
43### accept
44accept_cannot = Cannot accept the compilation unit:
45
46### parser
47parser_incorrectPath = The path for the javadcl.java file is incorrect
48parser_moveFiles = MOVE FILES IN THE Runtime DIRECTORY OF Parser.class
49parser_syntaxRecovery = SYNTAX RECOVERY
50parser_regularParse = REGULAR PARSE
51parser_missingFile = missing file {0}
52parser_corruptedFile = corrupted file {0}
53parser_endOfFile = end of file
54parser_endOfConstructor = end of constructor
55parser_endOfMethod = end of method
56parser_endOfInitializer = end of initializer
57
58### ast
59ast_missingCode = Missing code gen implementation
60
61### constant
62constant_cannotCastedInto = {0} constant cannot be casted into {1}
63constant_cannotConvertedTo = {0} constant cannot be converted to {1}