[Mono-bugs] [Bug 687472] New: Better preserving of default ctor
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Apr 14 05:05:30 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=687472
https://bugzilla.novell.com/show_bug.cgi?id=687472#c0
Summary: Better preserving of default ctor
Classification: Mono
Product: Mono: Tools
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: linker
AssignedTo: jbevain at novell.com
ReportedBy: jbevain at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
When linking a reference type, if no constructors are marked, and the type is
not static, we should mark the default constructor as it's likely that the type
is instantiated through reflection.
Drawback: if it's instantiated through reflection with arguments, we still link
away the good constructor.
--
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