[vwnc] Seeing all the overrides' packages for a method

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

[vwnc] Seeing all the overrides' packages for a method

Lautaro Fernández
Does anyone know how to pick up all the packages that override a method?
What I'm trying to do is to select a method and then browse all the overrides only, not to browse the method changes.

Thanks in advance,
Lautaro Fernández
--
Luke LAut SkyFernadezWalker

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Seeing all the overrides' packages for a method

Lautaro Fernández
I didn't notice that if I select a message a new tab appears in the code tool under the name of "Overriden".
That should work fine for me.

Thanks to Emiliano Pérez who gave me that hint.
Lautaro Fernández.

2008/12/1 Lautaro Fernández <[hidden email]>
Does anyone know how to pick up all the packages that override a method?
What I'm trying to do is to select a method and then browse all the overrides only, not to browse the method changes.

Thanks in advance,
Lautaro Fernández
--
Luke LAut SkyFernadezWalker



--
Luke LAut SkyFernadezWalker

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Seeing all the overrides' packages for a method

Emiliano Pérez-3
In reply to this post by Lautaro Fernández
Hi, check the Overriden tool that shows in the browser when an overriden
method is selected. If you only want to see a specific case, that should
be enough.
If you want to see the code that does it, the tool class is
OverrideCodeTool and the class that handles overrides in general is
Override.
I think that something like this should get you started:

Override overridesForSelector: selector class: class

HIH, Emiliano.

Lautaro Fernández escribió:

> Does anyone know how to pick up all the packages that override a method?
> What I'm trying to do is to select a method and then browse all the
> overrides only, not to browse the method changes.
>
> Thanks in advance,
> Lautaro Fernández
> --
> Luke LAut SkyFernadezWalker
> ------------------------------------------------------------------------
>
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>  

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Seeing all the overrides' packages for a method

Lautaro Fernández
2008/12/1 Emiliano Pérez <[hidden email]>
Hi, check the Overriden tool that shows in the browser when an overriden
method is selected. If you only want to see a specific case, that should
be enough.

It's indeed. Thanks
 
If you want to see the code that does it,

No I don't want to, but thanks any way!
It was quite silly of me not to see the tab in the code tool.  But with that I'm done.
Thanks for your tip.

Lautaro

the tool class is
OverrideCodeTool and the class that handles overrides in general is
Override.
I think that something like this should get you started:

Override overridesForSelector: selector class: class

HIH, Emiliano.

Lautaro Fernández escribió:
> Does anyone know how to pick up all the packages that override a method?
> What I'm trying to do is to select a method and then browse all the
> overrides only, not to browse the method changes.
>
> Thanks in advance,
> Lautaro Fernández
> --
> Luke LAut SkyFernadezWalker
> ------------------------------------------------------------------------
>
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc



--
Luke LAut SkyFernadezWalker

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc