------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=73926 Summary: Unable to change the specification of an operation Product: umbrello Version: unspecified Platform: Compiled Sources OS/Version: Linux Status: NEW Severity: normal Priority: NOR Component: general AssignedTo: uml-devel@lists.sourceforge.net ReportedBy: jr@jriddell.org Version: (using KDE Devel) Installed from: Compiled sources >From Torben Nielsen For some reason I cannot change the specification of an existing operation. Whenever I try to do so Umbrello complains with: An operation with that signature already exists in Choose a different name or parameter list And if I try to make a overloaded version of an operation Umbrello quits with a segfault: Program received signal SIGSEGV, Segmentation fault. 0x080ef9ec in UMLClassifier::checkOperationSignature(QString, QPtrList*) () (gdb) bt #0 0x080ef9ec in UMLClassifier::checkOperationSignature(QString, QPtrList*) () #1 0x0814cc54 in UMLDoc::createOperation(UMLClassifier*, QString const&, QPtrList*) () #2 0x0814bebb in UMLDoc::createChildObject(UMLObject*, Uml::UMLObject_Type) () #3 0x0821323e in ClassifierListPage::slotNewListItem() () #4 0x0821357b in ClassifierListPage::qt_invoke(int, QUObject*) () (gdb)