Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.990 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 460 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java |
2 | 4 | 520 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/Checks.java |
3 | 4 | 1446 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeProcessor.java |
| ||||
String t1 = Signature.getSimpleName(Signature.toString(paramTypes[i])); String t2 = Signature.getSimpleName(Signature.toString(currParamTypes[i])); if ( !t1.equals(t2)) { return false; } |
| ||||
String t1 = Signature.getSimpleName(Signature.toString(paramTypes1[i])); String t2 = Signature.getSimpleName(Signature.toString(paramTypes2[i])); if ( !t1.equals(t2)) { return false; } |
| ||||
String t1 = Signature.getSimpleName(Signature.toString(params[i])); String t2 = Signature.getSimpleName(Signature.toString(params2[i])); if ( !t1.equals(t2)) { return false; } |
| |||
String t1 = Signature.getSimpleName(Signature.toString( [[#variablea48826e0]][i])); String t2 = Signature.getSimpleName(Signature.toString( [[#variableba69dda0]][i])); if ( !t1.equals(t2)) { return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a48826e0]] | params |
1 | 2 | [[#a48826e0]] | paramTypes1 |
1 | 3 | [[#a48826e0]] | paramTypes |
2 | 1 | [[#ba69dda0]] | params2 |
2 | 2 | [[#ba69dda0]] | paramTypes2 |
2 | 3 | [[#ba69dda0]] | currParamTypes |