[Mono-bugs] [Bug 534195] [VERIFIER] Missing Class implements interface but not method

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Aug 26 14:50:29 EDT 2009


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

User rkumpera at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=534195#c1


Rodrigo Kumpera <rkumpera at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |WONTFIX




--- Comment #1 from Rodrigo Kumpera <rkumpera at novell.com>  2009-08-26 12:50:28 MDT ---
I believe this is a peverify mistake. The issue at hand is that the .override
is encoded as:

method instance void class I/*02000002*//*1B000003*/::Test<[1]>() /* 0A000003
*/

Instead of: 

I/*02000003*/::Test /*02000003::06000003*/

Note that the only difference here is that "I" is encoded as a typespec instead
of a typedef.

The MS runtime doesn't complain about this during execution as I can
instantiate "C" just fine.

Or am I missing something here?

-- 
Configure bugmail: http://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