Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.961 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 294 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java |
2 | 1 | 772 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ExtractSupertypeProcessor.java |
| ||||
final CompilationUnit unit = (CompilationUnit) parser.createAST(new SubProgressMonitor(monitor, 100)); |
| ||||
final CompilationUnit extractUnit = (CompilationUnit) extractParser.createAST(new SubProgressMonitor(monitor, 10)); |
| |||
final CompilationUnit [[#variablebac297a0]]= (CompilationUnit) [[#variablebac296c0]].createAST(new SubProgressMonitor(monitor, [[#variablebac29620]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bac297a0]] | extractUnit |
1 | 2 | [[#bac297a0]] | unit |
2 | 1 | [[#bac296c0]] | extractParser |
2 | 2 | [[#bac296c0]] | parser |
3 | 1 | [[#bac29620]] | 10 |
3 | 2 | [[#bac29620]] | 100 |