| Summary: | IllegalArgumentException on IMethodBinding.getJavaElement | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Sebastian Zarnekow <sebastian.zarnekow> | ||||
| Component: | Core | Assignee: | JDT-Core-Inbox <jdt-core-inbox> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | stephan.herrmann, tomasz.zarna | ||||
| Version: | 3.8 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | All | ||||||
| Whiteboard: | stalebug | ||||||
| Attachments: |
|
||||||
See also bug 387552 Created attachment 220043 [details] Failing test Comment 0 as a failing test. This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. @Sebastian, interpretation of '$' in class names is a thorny issue. Is this issue still relevant for you, or can be close it WONTFIX? |
I've obtained a binding for the following method. public static <A$> void p(A$ a) {} If I try to invoke getJavaElement, I get an IllegalArgumentException. This may be related to Signature.toString(String) since it fails for the signature "QA$;" and will return A instead of A$