Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.958 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 58 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/AnnotationMethodInfo.java |
2 | 2 | 255 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java |
3 | 2 | 64 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java |
| ||||
System.arraycopy(methodAnnotations, 0, newAnnotations, length, methodAnnotations.length); annotations = newAnnotations; |
| ||||
System.arraycopy(decodedAnnotations, 0, combined, length, decodedAnnotations.length); annotations = combined; |
| ||||
System.arraycopy(methodAnnotations, 0, newAnnotations, length, methodAnnotations.length); annotations = newAnnotations; |
| |||
System.arraycopy( [[#variablea04e73e0]], 0, [[#variablea04e7340]], length, [[#variablea04e73e0]].length); annotations = [[#variablea04e7340]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a04e73e0]] | methodAnnotations |
1 | 2 | [[#a04e73e0]] | decodedAnnotations |
1 | 3 | [[#a04e73e0]] | methodAnnotations |
2 | 1 | [[#a04e7340]] | newAnnotations |
2 | 2 | [[#a04e7340]] | combined |
2 | 3 | [[#a04e7340]] | newAnnotations |