| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.979 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 5049 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
| 2 | 4 | 5071 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java |
| ||||
if (methodBinding == null) {
contentsOffset = attributeOffset;
}
else {
generateElementValue(memberValuePair.value, methodBinding.returnType, attributeOffset);
}
|
| ||||
if (methodBinding == null) {
contentsOffset = attributeOffset;
}
else {
generateElementValue(singleMemberAnnotation.memberValue, methodBinding.returnType, attributeOffset);
}
|
| |||
if (methodBinding == null) {
contentsOffset = attributeOffset;
}
else {
generateElementValue( [[#variable5a6ed9a0]]. [[#variable5a6ed940]], methodBinding.returnType, attributeOffset);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5a6ed9a0]] | memberValuePair |
| 1 | 2 | [[#5a6ed9a0]] | singleMemberAnnotation |
| 2 | 1 | [[#5a6ed940]] | value |
| 2 | 2 | [[#5a6ed940]] | memberValue |