[Pharo-project] Refactor class name should check also in comments?
Hi Lukas. Several times I refractor a class name and I forget to update a lot of references to it in comments, class comments, etc⦠Do you think we can adapt RB so that it also checks there? Thanks Mariano
That will be extremely expensive (in terms of minutes) to load all class and method comments to check for string matches. We can do that if we can read the sources faster. Lukas 2010/9/14 Mariano Martinez Peck <marianopeck@gmail.com>:
Hi Lukas. Several times I refractor a class name and I forget to update a lot of references to it in comments, class comments, etcâ¦Â Do you think we can adapt RB so that it also checks there?
Thanks
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli www.lukas-renggli.ch
participants (2)
-
Lukas Renggli -
Mariano Martinez Peck