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 |
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? -- Luke LAut SkyFernadezWalker _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
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 |
2008/12/1 Emiliano Pérez <[hidden email]>
Hi, check the Overriden tool that shows in the browser when an overriden 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 -- Luke LAut SkyFernadezWalker _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |