CloneSet5051


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
13479
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java
23485
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java
33492
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java
Clone Instance
1
Line Count
3
Source Line
479
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java

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


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

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


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

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


Clone AbstractionParameter Count: 2Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#562ff300]]
typeParameters 
12[[#562ff300]]
typeParameterSigs 
13[[#562ff300]]
typeArgRefs 
21[[#562ff280]]
getTypeParametersLabel 
22[[#562ff280]]
getTypeParameterSignaturesLabel 
23[[#562ff280]]
getTypeArgumentSignaturesLabel