|
We use clover for verifying code coverage of our unit tests. We are also using a lazy property due to a large CLOB we only want to fetch for 1 of many in a relationship.
However, when the 'InstrumentTask' is executed over the .class file, it no longer works with clover. The following error occurs:
22 moreCaused by: java.lang.NoSuchMethodError: com_cenqua_clover.g: method $cglib_read_M()[I not found at com.x.ObjectGen.<init>(TargetContentGen.java:103) at com.x.ObjectImpl.<init>(TargetContentImpl.java:56) ... 27 more
Hibernate 3.1.2
Clover 1.3.11
Any insite on how to make these two tools coexist and work together?
Thanks,
Neil
|