When doing some of the merge work I came across places where code has been added to give newly created elements names like "newOperation" or "arg1."
I don't feel the model subsystem is the appropriate place for this code because it has no knowledge of the user's language, so there is no way to localize this. The strategy the initial implementation took was to not set the names of newly created objects. If this causes serious problems someplace, we could set the names to the empty string, but since there's no guarantee that models we receive from other tools will have the name set, I think the null name case needs to be dealt with anyway, so that would be my preference. What are others' thoughts on this? Tom ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2525354 To unsubscribe from this discussion, e-mail: [[email protected]]. To be allowed to post to the list contact the mailing list moderator, email: [[email protected]]
