Ok, my thoughts had been something more like this as I knew there was some feature specific code around -
FigCompartment<|----FigEditableCompartment<|----FigFeaturesCompartment FigCompartment<|----FigEditableCompartment<|----FigEnumLiteralCompartment But if you've left no feature specific stuff behind in the compartments then I'm happy with the rename. Search for the word "feature" in FigEditableCompartment though, I can see one feature specific reference still there, there may be more. Back to your question - did you use the refactoring tools to rename? Bob. On 16/02/07, Michiel van der Wulp <[EMAIL PROTECTED]> wrote:
Hi All, The FigFeaturesCompartment was also used for EnumerationLiterals, which are not Features. The FigEditableCompartment now has 3 subclasses, one for attributes, operations, and enumerationliterals. Similarely, I now changed the CompartmentFigText to have the following sub-classes: - FigEnumerationLiteral - FigFeature (abstract -> subclasses FigAttribute, FigOperation) - FigStereotype Regards, Michiel ----- Original Message ----- From: "Bob Tarling" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, February 16, 2007 11:28 AM Subject: Re: [argouml-dev] Eclipse does not use Subversion's rename function ? > Why is this being renamed? > > Bob. > > On 16/02/07, Michiel van der Wulp <[EMAIL PROTECTED]> wrote: >> Hi All, >> >> I just renamed the class FigFeaturesCompartment to >> FigEditableCompartment, >> and comitted, but notice that Eclipse failed to commit this as a change >> of >> name - which IIUC is one of the great benefits of using SVN. >> >> While preparing the change, the name-change was indicated with a blue >> ball >> symbol in Eclipse's package explorer, so I presumed it would work. >> >> Is there any way to get this working correctly when committing? >> >> Regards, >> Michiel >> >> >> PS: The commit message for 12074 included this text: >> >> Added: >> trunk/src_new/org/argouml/uml/diagram/ui/FigEditableCompartment.java >> (contents, props changed) >> Removed: >> trunk/src_new/org/argouml/uml/diagram/ui/FigFeaturesCompartment.java >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.441 / Virus Database: 268.17.39/687 - Release Date: > 14/02/2007 16:17 > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
