You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same problem concerning the ignore of class "javax/resource/ResourceException".
During intrumentation of my class using the Java EE class javax/resource/ResourceException, I get this error : java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/resource/ResourceException
But none of these ignores doesn't work. The error is still displayed and the coverage is note calculated for the class using the Java EE class javax.resource.ResourceException.
Hi,
After instrumentation is complete, i am creating reports using cobertura-report.bat.
Is there any way that i can exclude package at time of cobertura report generation?
The text was updated successfully, but these errors were encountered: