Created
April 22, 2014 17:52
-
-
Save marchof/11188413 to your computer and use it in GitHub Desktop.
JaCoCo Issue 205
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// class version 52.0 (52) | |
// access flags 0x601 | |
public abstract interface jacoco/issue1/A { | |
// compiled from: A.java | |
// access flags 0x19 | |
public final static Ljava/lang/Object; var | |
// access flags 0x1 | |
public default dummyMethod()V | |
LDC 2067173954265923091 | |
LDC "jacoco/issue1/A" | |
ICONST_1 | |
INVOKESTATIC org/jacoco/agent/rt/internal_38bf6f6/Offline.getProbes (JLjava/lang/String;I)[Z | |
ASTORE 1 | |
L0 | |
LINENUMBER 17 L0 | |
ALOAD 1 | |
ICONST_0 | |
ICONST_1 | |
BASTORE | |
RETURN | |
L1 | |
LOCALVARIABLE this Ljacoco/issue1/A; L0 L1 0 | |
MAXSTACK = 4 | |
MAXLOCALS = 2 | |
// access flags 0x8 | |
static <clinit>()V | |
LDC 2067173954265923091 | |
LDC "jacoco/issue1/A" | |
ICONST_1 | |
INVOKESTATIC org/jacoco/agent/rt/internal_38bf6f6/Offline.getProbes (JLjava/lang/String;I)[Z | |
ASTORE 0 | |
L0 | |
LINENUMBER 11 L0 | |
ACONST_NULL | |
PUTSTATIC jacoco/issue1/A.var : Ljava/lang/Object; | |
ALOAD 0 | |
ICONST_1 | |
ICONST_1 | |
BASTORE | |
RETURN | |
MAXSTACK = 4 | |
MAXLOCALS = 1 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// class version 52.0 (52) | |
// access flags 0x601 | |
public abstract interface jacoco/issue1/A { | |
// compiled from: A.java | |
// access flags 0x19 | |
public final static Ljava/lang/Object; var | |
// access flags 0x1 | |
public default dummyMethod()V | |
L0 | |
LINENUMBER 17 L0 | |
RETURN | |
L1 | |
LOCALVARIABLE this Ljacoco/issue1/A; L0 L1 0 | |
MAXSTACK = 0 | |
MAXLOCALS = 1 | |
// access flags 0x8 | |
static <clinit>()V | |
L0 | |
LINENUMBER 11 L0 | |
ACONST_NULL | |
PUTSTATIC jacoco/issue1/A.var : Ljava/lang/Object; | |
RETURN | |
MAXSTACK = 1 | |
MAXLOCALS = 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment