From: Hiller, D. (Contractor) <dea...@br...> - 2010-12-14 01:05:09
|
When instrumenting, I got [cobertura-instrument] java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.<init>(Z)V [cobertura-instrument] at net.sourceforge.cobertura.instrument.Main.addInstrumentationToSingleClas s(Main.java:335) Which means there should be a ClassWriter(Boolean b) constructor in 3.0 asm. 3.0 asm does NOT have this from looking at the class file in eclipse(which refers to the 3.0 asm) unless I am making a mistake here? Why is 3.0 asm packaged with cobertura 1.9.4.1 though in that case. Maybe I am making a mistake? Thanks, Dean This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system. |