[
https://issues.apache.org/jira/browse/CASSANDRA-6800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13920955#comment-13920955
]
Jonathan Ellis commented on CASSANDRA-6800:
-------------------------------------------
I'm getting a lot of errors even after realclean. The first is:
{noformat}
cobertura-instrument:
[cobertura-instrument] Cobertura null - GNU GPL License (NO WARRANTY) - See
COPYRIGHT file
[cobertura-instrument] WARN instrumentClass, Unable to instrument file
/Users/jbellis/projects/cassandra/git/build/classes/main/org/apache/cassandra/cli/CliClient.class
[cobertura-instrument] java.lang.RuntimeException:
java.lang.ClassNotFoundException: org.apache.cassandra.thrift.CounterSuperColumn
[cobertura-instrument] at
org.objectweb.asm.ClassWriter.getCommonSuperClass(Unknown Source)
[cobertura-instrument] at org.objectweb.asm.ClassWriter.a(Unknown Source)
[cobertura-instrument] at org.objectweb.asm.Frame.a(Unknown Source)
[cobertura-instrument] at org.objectweb.asm.Frame.a(Unknown Source)
[cobertura-instrument] at org.objectweb.asm.MethodWriter.visitMaxs(Unknown
Source)
[cobertura-instrument] at org.objectweb.asm.MethodVisitor.visitMaxs(Unknown
Source)
[cobertura-instrument] at
org.objectweb.asm.util.CheckMethodAdapter.visitMaxs(Unknown Source)
[cobertura-instrument] at org.objectweb.asm.MethodVisitor.visitMaxs(Unknown
Source)
[cobertura-instrument] at
org.objectweb.asm.commons.LocalVariablesSorter.visitMaxs(Unknown Source)
[cobertura-instrument] at org.objectweb.asm.tree.MethodNode.accept(Unknown
Source)
[cobertura-instrument] at
org.objectweb.asm.util.CheckMethodAdapter$1.visitEnd(Unknown Source)
[cobertura-instrument] at org.objectweb.asm.MethodVisitor.visitEnd(Unknown
Source)
[cobertura-instrument] at
org.objectweb.asm.util.CheckMethodAdapter.visitEnd(Unknown Source)
[cobertura-instrument] at org.objectweb.asm.ClassReader.b(Unknown Source)
[cobertura-instrument] at org.objectweb.asm.ClassReader.accept(Unknown Source)
[cobertura-instrument] at org.objectweb.asm.ClassReader.accept(Unknown Source)
[cobertura-instrument] at
net.sourceforge.cobertura.instrument.CoberturaInstrumenter.instrumentClass(CoberturaInstrumenter.java:204)
[cobertura-instrument] at
net.sourceforge.cobertura.instrument.CoberturaInstrumenter.instrumentClass(CoberturaInstrumenter.java:121)
[cobertura-instrument] at
net.sourceforge.cobertura.instrument.CoberturaInstrumenter.addInstrumentationToSingleClass(CoberturaInstrumenter.java:233)
[cobertura-instrument] at
net.sourceforge.cobertura.instrument.Main.addInstrumentationToSingleClass(Main.java:274)
[cobertura-instrument] at
net.sourceforge.cobertura.instrument.Main.addInstrumentation(Main.java:283)
[cobertura-instrument] at
net.sourceforge.cobertura.instrument.Main.parseArguments(Main.java:373)
[cobertura-instrument] at
net.sourceforge.cobertura.instrument.Main.main(Main.java:395)
{noformat}
> ant codecoverage no longer works due jdk 1.7
> --------------------------------------------
>
> Key: CASSANDRA-6800
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6800
> Project: Cassandra
> Issue Type: Bug
> Components: Tests
> Reporter: Edward Capriolo
> Assignee: Edward Capriolo
> Priority: Minor
> Fix For: 2.1 beta2
>
>
> Code coverage does not run currently due to cobertura jdk incompatibility.
> Fix is coming.
--
This message was sent by Atlassian JIRA
(v6.2#6252)