[MonoDevelop] Refactoring Addin

Eric Schaefer eric.schaefer at ericschaefer.org
Wed Aug 4 05:49:22 EDT 2010


2010/8/4 Michael Hutchinson <m.j.hutchinson at gmail.com>:
> FWIW, I recently implemented a simple infrastructure for an analysis
> engine that can suggest fixes - the MonoDevelop.AnalysisCore adfdin in
> git master - http://is.gd/dRRzY. However, [gs]?mcs automatically
> replaces "" with String.Empty so the rule & refactoring would only
> really be useful for csc.

Not really. It is not only a (possible) performance issue to use ""
instead of string.Empty. The latter is also explicit about being an
empty string in contrast to the accidental literal empty string.

I will have a look at AnalysisCore, if I get master to compile...

Regards,
Eric


More information about the Monodevelop-list mailing list