Bug 187637 - The meaing of "case" is confusing for the messages shown in New Class Creation Wizard
Summary: The meaing of "case" is confusing for the messages shown in New Class Creatio...
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 4.0   Edit
Hardware: PC All
: P3 major (vote)
Target Milestone: 4.0 RC2   Edit
Assignee: Vivian Kong CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-05-17 14:22 EDT by Vivian Kong CLA
Modified: 2009-01-12 09:15 EST (History)
3 users (show)

See Also:


Attachments
Proposed patch (3.42 KB, patch)
2007-05-18 14:44 EDT, Jason Montojo CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vivian Kong CLA 2007-05-17 14:22:50 EDT
The word "case" in the following messages can be confusing as they can be capitalization.  We should reword the following messages:

NewClassCreationWizardPage.error.NamespaceExistsDifferentCase=Namespace with the same name but different case exists.

NewClassCreationWizardPage.error.TypeMatchingNamespaceExistsDifferentCase=Another type with the same name as specified namespace but different case exists.

NewClassCreationWizardPage.error.EnclosingClassExistsDifferentCase=Enclosing class with same name but different case exists.

NewClassCreationWizardPage.error.ClassNameExistsDifferentCase=Class with same name but different case exists.

NewClassCreationWizardPage.error.TypeMatchingClassExistsDifferentCase=Another type with the same name but different case exists.
Comment 1 Jason Montojo CLA 2007-05-18 14:36:48 EDT
I looked at the code that uses these messages.  It looks for exact name matches.  So "different case" actually means "different scope".  I'll update the properties files.
Comment 2 Jason Montojo CLA 2007-05-18 14:44:16 EDT
Created attachment 67844 [details]
Proposed patch
Comment 3 Vivian Kong CLA 2007-05-18 14:55:48 EDT
Updated copyright info and applied to HEAD.  Thanks Jay.