Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.979 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 624 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaElementLabels.java |
2 | 7 | 700 | 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); } |
| ||||
// 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); } |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#522ee9a0]] | F_CATEGORY |
1 | 2 | [[#522ee9a0]] | M_CATEGORY |
2 | 1 | [[#c360cec0]] | field |
2 | 2 | [[#c360cec0]] | method |
3 | 1 | [[#62226960]] | F_POST_QUALIFIED |
3 | 2 | [[#62226960]] | M_POST_QUALIFIED |