[
https://issues.apache.org/jira/browse/BCEL-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14706976#comment-14706976
]
Sebb commented on BCEL-243:
---------------------------
Doesn't the PerformanceTest do this anyway?
I see the following output:
parsing
/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre/lib/rt.jar
ClassParser.parse: 0.544061941 s
ClassGen.init: 0.359797973 s
MethodGen.init: 1.176918051 s
MethodGen.getMethod: 1.065771658 s
ClassGen.getJavaClass.getBytes: 0.558252155 s
Total: 4.008984552 s
The test calls quite a few different methods, including ClassParser.parse(),
but maybe there are others that need exercising to find issues.
> Type.getType() needs to understand TypeVariableSignature(s)
> -----------------------------------------------------------
>
> Key: BCEL-243
> URL: https://issues.apache.org/jira/browse/BCEL-243
> Project: Commons BCEL
> Issue Type: Bug
> Reporter: Mark Roberts
> Attachments: type.diff
>
>
> Correct Type.getType() to use the updated Type support added as part of
> BCEL-197.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)