CloneSet5052


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3320.968statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13597
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java
23603
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java
33610
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java
Clone Instance
1
Line Count
3
Source Line
597
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java

                                                if (typeArgRefs.length > 0) {
                                                        buf.append(' ');
                                                        getTypeArgumentSignaturesLabel(typeArgRefs, flags, buf);
                                                }


Clone Instance
2
Line Count
3
Source Line
603
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java

                                                if (typeParameterSigs.length > 0) {
                                                        buf.append(' ');
                                                        getTypeParameterSignaturesLabel(typeParameterSigs, flags, buf);
                                                }


Clone Instance
3
Line Count
3
Source Line
610
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java

                                        if (typeParameters.length > 0) {
                                                buf.append(' ');
                                                getTypeParametersLabel(typeParameters, flags, buf);
                                        }


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variable55f4e380]].length > 0) {
  buf.append(' ');
   [[#variable55f4e2e0]]( [[#variable55f4e380]], flags, buf);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#55f4e380]]
typeParameters 
12[[#55f4e380]]
typeParameterSigs 
13[[#55f4e380]]
typeArgRefs 
21[[#55f4e2e0]]
getTypeParametersLabel 
22[[#55f4e2e0]]
getTypeParameterSignaturesLabel 
23[[#55f4e2e0]]
getTypeArgumentSignaturesLabel