[Mono-bugs] [Bug 660530] Compiler generated variables are all using the same name

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Dec 22 08:07:53 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=660530

https://bugzilla.novell.com/show_bug.cgi?id=660530#c2


--- Comment #2 from Sebastien Pouliot <spouliot at novell.com> 2010-12-22 13:07:52 UTC ---
The "<$$>" name from xMCS gets embedded into the MDB file, which is then used
from Cecil to identify variables. 

Any cecil-based tools depending on the names (even indirectly) will get
identical names for all such variables (e.g. Gendarme). Having identical names
inside the same method will lead to undefined (and generally bad) behavior.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list