[
https://issues.apache.org/jira/browse/BCEL-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14315052#comment-14315052
]
Mark Roberts edited comment on BCEL-197 at 2/10/15 10:10 PM:
-------------------------------------------------------------
I wanted to test this patch some more so I ran it over lots of signatures from
jvm/java/jre/lib/rt.jar. Turns out we were not handling TypeArgument
WildcardIndicators. This revised patch now adds that capability.
(utility3.diff replaces utility2.diff)
was (Author: markro):
I wanted to test this patch some more so I ran it over lots of signatures from
jvm/java/jre/lib/rt.jar. Turns out we were not handling TypeArgument
WildcardIndicators. This revised patch now adds that capability.
> add support for TypeVariables to signatureToString
> --------------------------------------------------
>
> Key: BCEL-197
> URL: https://issues.apache.org/jira/browse/BCEL-197
> Project: Commons BCEL
> Issue Type: Improvement
> Reporter: Mark Roberts
> Attachments: t2TestCase.java, utility3.diff
>
>
> BCEL currently throws an Invalid signature exception for a
> TypeVariableSignature - designated with the letter 'T'. This patch adds
> support for these.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)