CloneSet4901


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.993statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1287
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java
22135
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java
Clone Instance
1
Line Count
2
Source Line
87
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java

        ElementValuePair[] pairs = new ElementValuePair[] {
                                                            new ElementValuePair(TypeConstants.VALUE, value, null)
                                                          };
        return createUnresolvedAnnotation(retention, pairs, env);


Clone Instance
2
Line Count
2
Source Line
135
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java

        ElementValuePair[] pairs = new ElementValuePair[] {
                                                            new ElementValuePair(TypeConstants.VALUE, value, null)
                                                          };
        return createUnresolvedAnnotation(target, pairs, env);


Clone AbstractionParameter Count: 1Parameter Bindings

ElementValuePair[] pairs = new ElementValuePair[] {
                                                    new ElementValuePair(TypeConstants.VALUE, value, null)
                                                  };
return createUnresolvedAnnotation( [[#variablea0817a00]], pairs, env);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a0817a00]]
retention 
12[[#a0817a00]]
target