CloneSet4975


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2320.958statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1258
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/AnnotationMethodInfo.java
22255
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java
3264
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java
Clone Instance
1
Line Count
2
Source Line
58
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/AnnotationMethodInfo.java

                                                        System.arraycopy(methodAnnotations, 0, newAnnotations, length, methodAnnotations.length);
                                                        annotations = newAnnotations;


Clone Instance
2
Line Count
2
Source Line
255
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java

                                                        System.arraycopy(decodedAnnotations, 0, combined, length, decodedAnnotations.length);
                                                        annotations = combined;


Clone Instance
3
Line Count
2
Source Line
64
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java

                                                        System.arraycopy(methodAnnotations, 0, newAnnotations, length, methodAnnotations.length);
                                                        annotations = newAnnotations;


Clone AbstractionParameter Count: 2Parameter Bindings

System.arraycopy( [[#variablea04e73e0]], 0,  [[#variablea04e7340]], length,  [[#variablea04e73e0]].length);
annotations = [[#variablea04e7340]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a04e73e0]]
methodAnnotations 
12[[#a04e73e0]]
decodedAnnotations 
13[[#a04e73e0]]
methodAnnotations 
21[[#a04e7340]]
newAnnotations 
22[[#a04e7340]]
combined 
23[[#a04e7340]]
newAnnotations