Re: [aspectj-users] License related issues in aspectjweaver's ConstantPool.java

2013-04-25 Thread Andy Clement
1.6.13 with this change in is now on the download page: http://eclipse.org/aspectj/downloads.php Andy On 25 April 2013 12:17, Andy Clement wrote: > Hi, > > Good catch. There is a license checker job that runs as part of the > regression suite but it doesn't test the bcel classes as they curre

Re: [aspectj-users] License related issues in aspectjweaver's ConstantPool.java

2013-04-25 Thread Andy Clement
Hi, Good catch. There is a license checker job that runs as part of the regression suite but it doesn't test the bcel classes as they currently are considered a separately built and packaged module. > Q: If aspectjweaver's constantPool.java uses Apache BCEL code, which version of Apache BCEL (5.

[aspectj-users] License related issues in aspectjweaver's ConstantPool.java

2013-04-24 Thread ohira-ryoji
>From our source check, we found No License text found in latest org.aspectj.apache.bcel.classfile.ConstantPool.java source. This can lead us to *license related issues* using aspectjweaver. Let me ask one question related to this issue.. Q: If aspectjweaver's constantPool.java uses Apache BCEL co