Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 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 |
| 14 | compilation_unresolvedProblem = Unresolved compilation problem: \n |
| 15 | compilation_unresolvedProblems = Unresolved compilation problems: \n |
| 16 | compilation_request = [parsing {2} - #{0}/{1}] |
| 17 | compilation_loadBinary = [reading {0}.class] |
| 18 | compilation_process = [analyzing {2} - #{0}/{1}] |
| 19 | compilation_write = [writing {1} - #{0}] |
| 20 | compilation_done = [completed {2} - #{0}/{1}] |
| 21 | compilation_units = [{0} units compiled] |
| 22 | compilation_unit = [{0} unit compiled] |
| 23 | compilation_internalError = Internal compiler error: {0} |
| 24 | compilation_beginningToCompile=Beginning to compile |
| 25 | compilation_processing=Processing {0} |
| 26 | |
| 27 | ### output |
| 28 | output_isFile = Regular file {0} cannot be used as output directory |
| 29 | output_notValidAll = Could not create output directory {0} |
| 30 | output_notValid = Could not create subdirectory {0} into output directory {1} |
| 31 | |
| 32 | ### problem |
| 33 | problem_noSourceInformation = |
| 34 | problem_atLine = (at line {0}) |
| 35 | |
| 36 | ### abort |
| 37 | abort_invalidAttribute = SANITY CHECK: Invalid attribute for local variable {0} |
| 38 | abort_invalidExceptionAttribute = SANITY CHECK: Invalid attribute for exception attribute for {0} |
| 39 | abort_missingCode = Missing code implementation in the compiler |
| 40 | abort_againstSourceModel = Cannot compile against source model {0} issued from {1} |
| 41 | abort_invalidOpcode = SANITY CHECK: Invalid opcode {0} at pc {1} for stackmap table attribute for method {2} |
| 42 | |
| 43 | ### accept |
| 44 | accept_cannot = Cannot accept the compilation unit: |
| 45 | |
| 46 | ### parser |
| 47 | parser_incorrectPath = The path for the javadcl.java file is incorrect |
| 48 | parser_moveFiles = MOVE FILES IN THE Runtime DIRECTORY OF Parser.class |
| 49 | parser_syntaxRecovery = SYNTAX RECOVERY |
| 50 | parser_regularParse = REGULAR PARSE |
| 51 | parser_missingFile = missing file {0} |
| 52 | parser_corruptedFile = corrupted file {0} |
| 53 | parser_endOfFile = end of file |
| 54 | parser_endOfConstructor = end of constructor |
| 55 | parser_endOfMethod = end of method |
| 56 | parser_endOfInitializer = end of initializer |
| 57 | |
| 58 | ### ast |
| 59 | ast_missingCode = Missing code gen implementation |
| 60 | |
| 61 | ### constant |
| 62 | constant_cannotCastedInto = {0} constant cannot be casted into {1} |
| 63 | constant_cannotConvertedTo = {0} constant cannot be converted to {1} |