This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 229169 - MDR configuration page should include the text "Name" instead of "Generated class name"
Summary: MDR configuration page should include the text "Name" instead of "Generated c...
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Cosmos (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: David Whiteman CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-28 16:24 EDT by David Whiteman CLA
Modified: 2012-01-03 13:54 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Whiteman CLA 2008-04-28 16:24:40 EDT
On the MDR configuration page of the toolkit, there is a field labeled "Generated class name".  This text is now used as the prefix on generated classes, such as for the query service and registration service, and is also used in config files.  A better label for this field would be simply "Name" representing the name of the MDR.  It would also be good to have this field validated to ensure that there is an initial capital letter and that there are no spaces in the name.
Comment 1 Hubert Leung CLA 2008-04-29 10:10:59 EDT
"Name" may be too general.  What about "Data manager name"?

I think you can have the logic to always capitalize the first letter.  You don't need to ask the user to correct that.  
Comment 2 David Whiteman CLA 2008-05-05 16:39:09 EDT
Changed to use the name of the item being built.  In this case I think "MDR" is the only possible choice, given that you can't use the toolkit and not at least select "query service", so the label is "MDR name".  (Does this mean we should change the name of the toolkit in the docs from DM toolkit to MDR toolkit, given that it will definitely build an MDR?)

Also, added a validator so that the MDR name follows the JLS naming convention for Java identifiers. 

Comment 3 David Whiteman CLA 2008-11-05 14:57:50 EST
closing to cleanup bugzilla