Re: [ASM 5.1] Error when reading nested type of type variable bound in method signature

"Eric Bruneton" <[email protected]> Mon, 15 Aug 2016 19:54:35 +0200
Newsgroups gmane.comp.java.objectweb.asm
Message-ID <[email protected]>
This type signature seems incorrect to me (see the signature grammar
specification:
https://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.3.4 : T
can only be followed by an identifier itself followed by ';')

If I compile your example with javac (1.8.0_91) I get the following signature
for this method: (LTypeWithNestedGenericClass$Nested<Ljava/lang/String;>;)V

How did you get "(TU.Nested<Ljava/lang/String;>;)V"?


-- 
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws