Hi All: In BCEL, we log a warning to the console:
https://github.com/apache/commons-bcel/blob/master/src/main/java/org/apache/bcel/classfile/Attribute.java#L240 Which you can't really do anything about since it does not tell you what class file it is complaining about. 1) Should remove the logging? or, 2) Should we improve the logging? or, 3) Do nothing? Gary