Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: b2e26f69ea3330659c98b7f64ba41cadf470bd94 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                               
                                                      

                                                                       
                                                          

                                           


                                                                               


                                        









                                                                    

          





                                                                                                      

           

                                                                     

         
                                                                               
                                                                                                 

                                                                                  

          
                                                   

          









                                                                      
 
       
                                                 

            

                                                                    
###############################################################################
# Copyright (c) 2000, 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
### Eclipse Java Core Compiler messages.

### compilation
compilation_unresolvedProblem =  Unresolved compilation problem: \n
compilation_unresolvedProblems = Unresolved compilation problems: \n
compilation_request    = [parsing    {2} - #{0}/{1}]
compilation_loadBinary = [reading    {0}.class]
compilation_process    = [analyzing  {2} - #{0}/{1}]
compilation_write      = [writing    {1} - #{0}]
compilation_done       = [completed  {2} - #{0}/{1}]
compilation_units      = [{0} units compiled]
compilation_unit       = [{0} unit compiled]
compilation_internalError = Internal compiler error

### output
output_isFile =  The outDir is a file : {0}
output_isFileNotDirectory = The outDir is a file not a directory.
output_dirName =  The output dir name is : {0}
output_notValidAll =  The outDir is not a valid directory name. All the directories cannot be created.
output_fileName =  file name : {0}
output_notValid = The outDir is not a valid directory name. The directory cannot be created.

### problem
problem_noSourceInformation = \n!! no source information available !!
problem_atLine = (at line {0})

### abort
abort_invalidAttribute = SANITY CHECK: Invalid attribute for local variable {0}
abort_invalidExceptionAttribute = SANITY CHECK: Invalid attribute for exception attribute for {0}
abort_missingCode = Missing code implementation in the compiler
abort_againstSourceModel = Cannot compile against source model {0} issued from {1}

### accept
accept_cannot = Cannot accept the compilation unit:

### parser
parser_incorrectPath = The path for the javadcl.java file is incorrect
parser_moveFiles = MOVE FILES IN THE Runtime DIRECTORY OF Parser.class
parser_syntaxRecovery = SYNTAX RECOVERY
parser_regularParse = REGULAR PARSE
parser_missingFile = missing file {0}
parser_corruptedFile = corrupted file {0}
parser_endOfFile = end of file
parser_endOfConstructor = end of constructor
parser_endOfMethod = end of method
parser_endOfInitializer = end of initializer

### ast
ast_missingCode = Missing code gen implementation

### constant
constant_cannotCastedInto =  {0} constant cannot be casted into {1}
constant_cannotConvertedTo = {0} constant cannot be converted to {1}

Back to the top