http://bugzilla.novell.com/show_bug.cgi?id=623723

http://bugzilla.novell.com/show_bug.cgi?id=623723#c1


Sebastien Pouliot <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |[email protected]

--- Comment #1 from Sebastien Pouliot <[email protected]> 2010-07-20 00:52:32 
UTC ---
I'll look at them shortly. However keep in mind that:

(a) an empty .ctor in source code may not be empty in IL (e.g. initializing
variables)

(b) the rules does not check for duplicate methods - but for duplicated code.
So X and Y can be quite different (e.g. parameters and return value) but still
share a block of code that looks to be duplicated (and could be extracted to
another new, shared, method)

I could very well be unrelated to above cases but those are pretty common :-)

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to