[Cuis-dev] Added remove message from Hierarchy in the message list

Juan Vuletich juan at cuis.st
Sun Mar 17 11:46:33 PDT 2024


On 3/16/2024 5:34 PM, Paolo Belforte via Cuis-dev wrote:
> Hello everyone,
>
> I've made a change to the base image of Cuis, adding this option as 
> sometimes I feel like I could use it .
> When you click this option, it will remove all methods from the 
> hierarchy, asking if you really want to do it if there are senders. 
> You can find this option just down the "remove method (x)" option, 
> it's the "remove method in hierarchy".
>
> Thanks,
> Paolo.

Thanks Paolo.

I like the idea, but I see a couple of issues with the implementation:
- You iterate over direct subclasses, not all subclasses.
- First you go up, then down. This means that it could delete 
implementors that are not in the hierarchy of the selected class (for 
instance a sibling class).

Perhaps you can give this another take?

Thanks,

-- 
Juan Vuletich
cuis.st
github.com/jvuletich
researchgate.net/profile/Juan-Vuletich
independent.academia.edu/JuanVuletich
patents.justia.com/inventor/juan-manuel-vuletich
linkedin.com/in/juan-vuletich-75611b3
twitter.com/JuanVuletich



More information about the Cuis-dev mailing list