Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.966 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 96 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/TypeVariable.java |
2 | 3 | 81 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints2/TypeEquivalenceSet.java |
| ||||
for (int i = 1; i < fBounds.length; i++) { result.append(" & "); //$NON-NLS-1$ result.append(fBounds[i].getPlainPrettySignature()); } |
| ||||
for (int i = 1; i < fVariables.length; i++) { result.append(" =^= \n"); //$NON-NLS-1$ result.append(fVariables[i].toString()); } |
| |||
for (int i = 1; i < [[#variable5c7c1520]].length; i++) { result.append( [[#variable5c7c14a0]]); //$NON-NLS-1$ result.append( [[#variable5c7c1520]][i]. [[#variable5c7c1440]]()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5c7c1520]] | fVariables |
1 | 2 | [[#5c7c1520]] | fBounds |
2 | 1 | [[#5c7c14a0]] | " =^= \n" |
2 | 2 | [[#5c7c14a0]] | " & " |
3 | 1 | [[#5c7c1440]] | toString |
3 | 2 | [[#5c7c1440]] | getPlainPrettySignature |