Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.978 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 36 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/ExpressionVariable.java |
2 | 3 | 28 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/TypeVariable.java |
| ||||
fSource = expression.toString(); ICompilationUnit cu = ASTCreator.getCu(expression); Assert.isNotNull(cu); |
| ||||
fSource = type.toString(); ICompilationUnit cu = ASTCreator.getCu(type); Assert.isNotNull(cu); |
| |||
fSource = [[#variable509d77c0]].toString(); ICompilationUnit cu = ASTCreator.getCu( [[#variable509d77c0]]); Assert.isNotNull(cu); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#509d77c0]] | type |
1 | 2 | [[#509d77c0]] | expression |