Re: BCEL-170 Type.getArgumentTypes() throws ClassFormatException

2013-06-29 Thread Sergey Mashkov
o the code base. People will generally not > download any files that have been posted to the ML. > > TIA! > Benedikt > > Am 28.06.2013 um 20:08 schrieb Sergey Mashkov : > > Hi all > > > > I'am about BCEL bug https://issues.apache.org/jira/browse/BCEL-1

BCEL-170 Type.getArgumentTypes() throws ClassFormatException

2013-06-28 Thread Sergey Mashkov
Hi all I'am about BCEL bug https://issues.apache.org/jira/browse/BCEL-170 The bug is about signature for a method with generics in signature. In this case we may extract this signature from method attributes so the we will be able to call Type.getArgumentTypes on this signature that leads to C