[
https://issues.apache.org/jira/browse/BCEL-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14695855#comment-14695855
]
Mark Roberts commented on BCEL-197:
-----------------------------------
I can't be sure without you providing a bit more context - I do see two
instances, but they are in different if blocks. One is part of the "+" case,
the other is for the "-" case.
(Light bulb) - I bet you are asking about the "++foo" construct itself? I
guess it’s a result of learning C/C++ before Java. My fingers wanted to type
consumed_chars++;
but, of course, that's no good in Java. I agree "foo=++foo;" looks a little
strange and I have no problem if you wish to change it to the equivalent, but
more traditional, "foo=foo+1;"
Thanks, Mark
> 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
> Fix For: 6.0
>
> 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)