CloneSet2560


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7230.979statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17624
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java
27700
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java
Clone Instance
1
Line Count
7
Source Line
624
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java

                        // category
                        if (getFlag(flags, M_CATEGORY) && method.exists())
                                getCategoryLabel(method, buf);

                        // post qualification
                        if (getFlag(flags, M_POST_QUALIFIED)) {
                                buf.append(CONCAT_STRING);
                                getTypeLabel(method.getDeclaringType(), T_FULLY_QUALIFIED|  (flags&  QUALIFIER_FLAGS), buf);
                        }


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

                        // category
                        if (getFlag(flags, F_CATEGORY) && field.exists())
                                getCategoryLabel(field, buf);

                        // post qualification
                        if (getFlag(flags, F_POST_QUALIFIED)) {
                                buf.append(CONCAT_STRING);
                                getTypeLabel(field.getDeclaringType(), T_FULLY_QUALIFIED|  (flags&  QUALIFIER_FLAGS), buf);
                        }


Clone AbstractionParameter Count: 3Parameter Bindings

// category
if (getFlag(flags,  [[#variable522ee9a0]]) && [[#variablec360cec0]].exists())
  getCategoryLabel( [[#variablec360cec0]], buf);
// post qualification
if (getFlag(flags,  [[#variable62226960]])) {
  buf.append(CONCAT_STRING);
  getTypeLabel( [[#variablec360cec0]].getDeclaringType(), T_FULLY_QUALIFIED|(flags&QUALIFIER_FLAGS), buf);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#522ee9a0]]
F_CATEGORY 
12[[#522ee9a0]]
M_CATEGORY 
21[[#c360cec0]]
field 
22[[#c360cec0]]
method 
31[[#62226960]]
F_POST_QUALIFIED 
32[[#62226960]]
M_POST_QUALIFIED