A small bug in Dolphin

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

A small bug in Dolphin

Costas Menico
When you rename a class and get a list of methods that depend on it,
if you make a change to the method in the list and accept, the method
and list dissapear.

They do appear to be saved correctly although I've had the mispleasure
of a crash once or twice.

Costas


Reply | Threaded
Open this post in threaded view
|

Re: A small bug in Dolphin

Costas Menico
On Mon, 04 Dec 2000 18:26:44 GMT, [hidden email] (Costas Menico)
wrote:

Forgot to mention this bug is in Dolphin 4.0

>When you rename a class and get a list of methods that depend on it,
>if you make a change to the method in the list and accept, the method
>and list dissapear.
>
>They do appear to be saved correctly although I've had the mispleasure
>of a crash once or twice.
>
>Costas
>


Reply | Threaded
Open this post in threaded view
|

Re: A small bug in Dolphin

Andy Bower
In reply to this post by Costas Menico
Costas,

> When you rename a class and get a list of methods that depend on it,
> if you make a change to the method in the list and accept, the method
> and list dissapear.
>
> They do appear to be saved correctly although I've had the mispleasure
> of a crash once or twice.

This is *not* a bug; it is the expected (and correct behaviour). The method
browser that pops up following a class rename shows methods that contain
references to the old class name. When you edit a method to change the class
reference, the method no longer matches the filter and the browser
(helpfully) removes the method from the list. This way you always know how
many methods there are left to edit. Neato!

I'm not sure about the crashes you've experienced but I'd suggest they are
to do with something else.

Best regards,

Andy Bower
Dolphin Support
http://www.object-arts.com

---
Visit the Dolphin Smalltalk Wiki Web
http://www.object-arts.com/wiki/html/Dolphin/FrontPage.htm
---