Comment #2 on issue 5199 by
[hidden email]: All the methods in
convenience-inspecting in ToolRegistry should be deprecated.
http://code.google.com/p/pharo/issues/detail?id=5199the methods
- basicInspect:
- explore:
- exploreViewHierarchy:
are easy to deprecated and change the clients.
In contrast, the following methods
- inspect:
- inspect:label:
- inspectorClassOf:
- registerInspector:for:
depends on the instance variable inspectorsMap, where you can register
a specific inpsector for a class.
Therefore, what do you do with the previous methods?
if you deprecate them, then where do you put that logic?
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker