Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 4 | 0.956 | variable_declarator_list |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 349 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractConstantRefactoring.java |
2 | 1 | 562 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/HierarchyProcessor.java |
| ||||
cuNode = RefactoringASTParser.parseWithASTProvider(fCu, true, new SubProgressMonitor(pm, 3)) |
| ||||
cuNode = RefactoringASTParser.parseWithASTProvider(unit, false, new SubProgressMonitor(monitor, 1)) |
| |||
cuNode = RefactoringASTParser.parseWithASTProvider( [[#variable4f058d80]], [[#variable4f058d00]], new SubProgressMonitor( [[#variable4f058ca0]], [[#variable4f058b60]])) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4f058d80]] | unit |
1 | 2 | [[#4f058d80]] | fCu |
2 | 1 | [[#4f058d00]] | false |
2 | 2 | [[#4f058d00]] | true |
3 | 1 | [[#4f058ca0]] | monitor |
3 | 2 | [[#4f058ca0]] | pm |
4 | 1 | [[#4f058b60]] | 1 |
4 | 2 | [[#4f058b60]] | 3 |