Fun1$$ #100
Labels
No Label
Codegen
confirmed
duplicate
Eclipse-Plugin
Feature Request
generics
in progress
invalid
JavaCompilerCore
needs info
Parser
Trash
Type
Unify
won't fix
works for me
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: JavaTX/JavaCompilerCore#100
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
commit:84a5ed2cc31f66a464547bef3ed34fcd801dfacd
branch: targetBytecode
javap Fun1$$.class
public interface Fun1$$<T1, R> {
Fehler: Ein schwerwiegender interner Fehler ist aufgetreten: java.lang.IllegalStateException: (TLT1;!;!)TLR;;
Melden Sie einen Bug mit den folgenden Informationen:
java.lang.IllegalStateException: (TLT1;!;!)TLR;;
at jdk.jdeps/com.sun.tools.classfile.Signature.parseTypeSignature(Signature.java:180)
at jdk.jdeps/com.sun.tools.classfile.Signature.parseTypeSignatures(Signature.java:188)
at jdk.jdeps/com.sun.tools.classfile.Signature.parse(Signature.java:93)
at jdk.jdeps/com.sun.tools.classfile.Signature.getType(Signature.java:48)
at jdk.jdeps/com.sun.tools.classfile.Signature.getReturnType(Signature.java:75)
at jdk.jdeps/com.sun.tools.javap.ClassWriter.getJavaReturnType(ClassWriter.java:833)
at jdk.jdeps/com.sun.tools.javap.ClassWriter.writeMethod(ClassWriter.java:539)
at jdk.jdeps/com.sun.tools.javap.ClassWriter.writeMethods(ClassWriter.java:473)
at jdk.jdeps/com.sun.tools.javap.ClassWriter.write(ClassWriter.java:271)
at jdk.jdeps/com.sun.tools.javap.JavapTask.write(JavapTask.java:858)
at jdk.jdeps/com.sun.tools.javap.JavapTask.writeClass(JavapTask.java:677)
at jdk.jdeps/com.sun.tools.javap.JavapTask.run(JavapTask.java:615)
at jdk.jdeps/com.sun.tools.javap.JavapTask.run(JavapTask.java:465)
at jdk.jdeps/com.sun.tools.javap.Main.main(Main.java:48)
Commit:
68034ed434
Branch: targetBytecode
Ist gefixt, hat die Signatur falsch geschrieben.
Kann ich leider nicht bestäigen, liefert bei mir immer noch den gleichen Fehler!