I am having exactly the same problem. First I used Emma for my coverage so I switched to Cobertura but it looks it is not compatible with JDK 7 either. Will this problem be covered anytime soon?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am having exactly the same problem. First I used Emma for my coverage so
I switched to Cobertura but it looks it is not compatible with JDK 7
either. Will this problem be covered anytime soon?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Having the same fail when compiling java-7 with maven.
Expecting a stackmap frame at branch target 782 in method dk...setLoginInformation(Ljava/lang/String;Ljava/lang/String;)V at offset 43
I want to answer this issue: that's because the jar version is not correct in classpath of cobertura-instrument.bat, java -cp "%COBERTURA_HOME%cobertura.jar; ...
I am having exactly the same problem. First I used Emma for my coverage so I switched to Cobertura but it looks it is not compatible with JDK 7 either. Will this problem be covered anytime soon?
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
I am having exactly the same problem. First I used Emma for my coverage so
I switched to Cobertura but it looks it is not compatible with JDK 7
either. Will this problem be covered anytime soon?
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Having the same fail when compiling java-7 with maven.
Expecting a stackmap frame at branch target 782 in method dk...setLoginInformation(Ljava/lang/String;Ljava/lang/String;)V at offset 43
I want to answer this issue: that's because the jar version is not correct in classpath of cobertura-instrument.bat, java -cp "%COBERTURA_HOME%cobertura.jar; ...
See http://stackoverflow.com/questions/10869127/maven-build-causes-verifyerror-with-java-1-7 for a workaround: just use -XX:-UseSplitVerifier argument.
Last edit: Anonymous 2013-12-04