Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.986 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 721 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
2 | 2 | 5137 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
| ||||
int booleanValueIndex = constantPool.literalIndex(fieldConstant.booleanValue() ? 1: 0); |
| ||||
int booleanValueIndex = constantPool.literalIndex(constant.booleanValue() ? 1: 0); |
| |||
int booleanValueIndex = constantPool.literalIndex( [[#variablea18fc720]].booleanValue() ? 1: 0); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a18fc720]] | fieldConstant |
1 | 2 | [[#a18fc720]] | constant |