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

2013-06-29 Thread Sergey Mashkov
Done Thank you for response. Hope somebody will integrate my patch to trunk. > Hello Sergey, > > thanks for your interest in BCEL! Can you please upload your patch to JIRA > issue BCEL-170? That will grant the ASF the intellectual property of the > code so that we can add it to the code base. P

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

2013-06-29 Thread Benedikt Ritter
Hello Sergey, thanks for your interest in BCEL! Can you please upload your patch to JIRA issue BCEL-170? That will grant the ASF the intellectual property of the code so that we can add it to the code base. People will generally not download any files that have been posted to the ML. TIA! Bene

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