View | Details | Raw Unified | Return to bug 141797 | Differences between
and this patch

Collapse All | Expand All

(-)formatter/org/eclipse/jdt/core/formatter/messages.properties (-1 / +1 lines)
Lines 28-34 Link Here
28
\   -verbose             Be verbose about the formatting job.
28
\   -verbose             Be verbose about the formatting job.
29
29
30
CommandLineErrorFile={0} does not exist. Please specify only valid Java Source files.
30
CommandLineErrorFile={0} does not exist. Please specify only valid Java Source files.
31
CommandLineErrorConfig=A problem occured while reading the config file {0}.
31
CommandLineErrorConfig=A problem occurred while reading the config file {0}.
32
CommandLineErrorFileDir=You must specify at least one file or directory to format.
32
CommandLineErrorFileDir=You must specify at least one file or directory to format.
33
CommandLineErrorQuietVerbose=You cannot use the options {0} and {1} together.
33
CommandLineErrorQuietVerbose=You cannot use the options {0} and {1} together.
34
CommandLineErrorNoConfigFile=No configuration file specified.
34
CommandLineErrorNoConfigFile=No configuration file specified.
(-)batch/org/eclipse/jdt/internal/compiler/batch/messages.properties (-1 / +1 lines)
Lines 66-72 Link Here
66
configure.IOError = i/o error : unable to retrieve .JAVA files in directory: {0}
66
configure.IOError = i/o error : unable to retrieve .JAVA files in directory: {0}
67
configure.noClasspath = no classpath defined, using default directory instead
67
configure.noClasspath = no classpath defined, using default directory instead
68
configure.incorrectClasspath = incorrect classpath: {0}
68
configure.incorrectClasspath = incorrect classpath: {0}
69
configure.invalidexpansionargumentname = expansion argument file {0} doesn''t exist or cannot be read
69
configure.invalidexpansionargumentname = expansion argument file {0} does not exist or cannot be read
70
configure.cannotOpenLog = cannot open .log file
70
configure.cannotOpenLog = cannot open .log file
71
configure.unexpectedCustomEncoding = unexpected custom encoding specification: {0}[{1}]
71
configure.unexpectedCustomEncoding = unexpected custom encoding specification: {0}[{1}]
72
configure.unsupportedEncoding = unsupported encoding format: {0}
72
configure.unsupportedEncoding = unsupported encoding format: {0}
(-)compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties (-1 / +1 lines)
Lines 355-361 Link Here
355
355
356
440 = 'assert' should not be used as an identifier, since it is a reserved keyword from source level 1.4 on
356
440 = 'assert' should not be used as an identifier, since it is a reserved keyword from source level 1.4 on
357
441 = 'enum' should not be used as an identifier, since it is a reserved keyword from source level 5.0 on
357
441 = 'enum' should not be used as an identifier, since it is a reserved keyword from source level 5.0 on
358
442 = Enum contants cannot be surrounded by parenthesis
358
442 = Enum constants cannot be surrounded by parenthesis
359
359
360
450 = {0} {1}
360
450 = {0} {1}
361
361
(-)antadapter/org/eclipse/jdt/internal/antadapter/messages.properties (-1 / +1 lines)
Lines 17-21 Link Here
17
17
18
checkDebugAttributes.file.argument.cannot.be.null=The file argument cannot be null
18
checkDebugAttributes.file.argument.cannot.be.null=The file argument cannot be null
19
checkDebugAttributes.property.argument.cannot.be.null=The property argument cannot be null
19
checkDebugAttributes.property.argument.cannot.be.null=The property argument cannot be null
20
checkDebugAttributes.ioexception.occured=IOException occured while reading 
20
checkDebugAttributes.ioexception.occured=IOException occurred while reading 
21
checkDebugAttributes.file.argument.must.be.a.classfile.or.a.jarfile=The file argument must be a .class or a .jar file
21
checkDebugAttributes.file.argument.must.be.a.classfile.or.a.jarfile=The file argument must be a .class or a .jar file

Return to bug 141797