1 ###############################################################################
 
   2 # Copyright (c) 2000, 2003 IBM Corporation and others.
 
   3 # All rights reserved. This program and the accompanying materials 
 
   4 # are made available under the terms of the Common Public License v1.0
 
   5 # which accompanies this distribution, and is available at
 
   6 # http://www.eclipse.org/legal/cpl-v10.html
 
   9 #     IBM Corporation - initial API and implementation
 
  10 ###############################################################################
 
  11 ### Eclipse Java Core Compiler messages.
 
  14 compilation.unresolvedProblem = Unresolved compilation problem: \n
 
  15 compilation.unresolvedProblems = Unresolved compilation problems: \n
 
  16 compilation.request = request {0}/{1} : {2}
 
  17 compilation.process = process {0}/{1} : {2}
 
  18 compilation.done = done {0}/{1} : {2}
 
  19 compilation.units = {0} units compiled
 
  20 compilation.unit = {0} unit compiled
 
  21 compilation.internalError = Internal compiler error
 
  24 output.isFile =  The outDir is a file : {0}
 
  25 output.isFileNotDirectory = The outDir is a file not a directory.
 
  26 output.dirName =  The output dir name is : {0}
 
  27 output.notValidAll =  The outDir is not a valid directory name. All the directories cannot be created.
 
  28 output.fileName =  file name : {0}
 
  29 output.notValid = The outDir is not a valid directory name. The directory cannot be created.
 
  32 problem.noSourceInformation = \n!! no source information available !!
 
  33 problem.atLine = (at line {0})
 
  36 abort.invalidAttribute = SANITY CHECK: Invalid attribute for local variable {0}
 
  37 abort.missingCode = Missing code implementation in the compiler
 
  38 abort.againstSourceModel = Cannot compile against source model {0} issued from {1}
 
  41 accept.cannot = Cannot accept the compilation unit: 
 
  44 parser.incorrectPath = The path for the javadcl.java file is incorrect
 
  45 parser.moveFiles = MOVE FILES IN THE Runtime DIRECTORY OF Parser.class
 
  46 parser.syntaxRecovery = SYNTAX RECOVERY
 
  47 parser.regularParse = REGULAR PARSE
 
  48 parser.missingFile = missing file {0}
 
  49 parser.corruptedFile = corrupted file {0}
 
  52 binding.subclass = anonymous subclass of {0}
 
  53 binding.implementation = anonymous implementation of {0}
 
  56 ast.missingStatement = Missing statement code generation implementation
 
  57 ast.variableShouldProvide = Assignment variable should provide an implementation for flow analysis
 
  58 ast.compoundPreShouldProvide = Compound pre assignments  should provide an implementation for code generation
 
  59 ast.compoundVariableShouldProvide = Compound assignment variable  should provide an implementation for code generation
 
  60 ast.postIncrShouldProvide = Post increment variable  should provide an implementation for code generation
 
  61 ast.missingCode = Missing code gen implementation
 
  64 constant.cannotCastedInto =  {0} constant cannot be casted into {1}
 
  65 constant.cannotConvertedTo = {0} constant cannot be converted to {1}
 
  68 error.undefinedBaseType = Undefined base type: {0}