Bug 35421 - [nls] Inconsistencies between properties files and nls strings
Summary: [nls] Inconsistencies between properties files and nls strings
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 trivial (vote)
Target Milestone: 3.0 M1   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-20 17:24 EST by Olivier Thomann CLA
Modified: 2003-06-06 11:09 EDT (History)
0 users

See Also:


Attachments
Patch to fix these nls issues (8.84 KB, patch)
2003-03-21 10:40 EST, Olivier Thomann CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Thomann CLA 2003-03-20 17:24:45 EST
In 0319, I found what could be inconsistencies between .properties files and nls
strings.
All these entries are never used to nls a string:
ast.variableShouldProvide
element.onlyOneJavaModel
ast.postIncrShouldProvide
ast.missingStatement
element.notPresent
disassembler.methodtitle
option.badFormat
variable.badFormat
element.classpathCycle
element.cannotReconcile
configure.noSourceFile
eval.needBuiltState
disassembler.constructor_method_name
ast.compoundPreShouldProvide
element.projectDoesNotExist
ast.compoundVariableShouldProvide
disassembler.parameternameinmethodinvocation

These entries are incorrectly used:
abort.againstSourceModel  (a space has been added).
convention.classFile.notJavaName should be: convention.classFile.notClassFileName
path.nullpath should be: path.nullPath
status.defaultPackeReadOnly should be replaced with: status.defaultPackageReadOnly

This is trivial to fix.
Comment 1 Philipe Mulet CLA 2003-03-21 09:42:43 EST
Not critical for 2.1
Comment 2 Olivier Thomann CLA 2003-03-21 10:40:05 EST
Created attachment 4285 [details]
Patch to fix these nls issues
Comment 3 Philipe Mulet CLA 2003-03-27 05:09:19 EST
Defer
Comment 4 Olivier Thomann CLA 2003-04-01 12:02:44 EST
Reopen.
Comment 5 Olivier Thomann CLA 2003-04-01 12:12:09 EST
Fixed and released in 2.2 stream.
Comment 6 David Audel CLA 2003-06-06 11:09:45 EDT
Verified.