From: Daniel W. <wai...@gm...> - 2012-10-12 09:32:03
|
Hi, I have started using Cobertura recently, and find it to be an excellent and invaluable tool. I was disappointed to find out that it doesn't currently support Java 7 features, and that there does not seem to be any development in this direction (please correct me if I am wrong). If this indeed is the case, I would like to look into adding this functionality to Cobertura myself. If anyone has started development in this direction, or has ideas/pointers about the best way to achieve this, I would be grateful for your suggestions or advice. I have worked with instrumentation in other compiler/optimizer frameworks before (LLVM and Soot) and know the concepts of ASM, although I have never used it myself. I understand the first requirement to support Java 7 would be to move to ASM 4.0. I hope this is the best place to ask these questions (I am talking about development, not just requesting it), please forgive me if I am wrong. Daniel -- Regards, Daniel Wainwright |