Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 1 | 0.988 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 852 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeProcessor.java |
2 | 1 | 250 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ConstructorReferenceFinder.java |
3 | 1 | 683 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java |
| ||||
CompilationUnit cuNode = new RefactoringASTParser(AST.JLS3).parse(fType.getCompilationUnit(), false); |
| ||||
CompilationUnit cuNode = new RefactoringASTParser(AST.JLS3).parse(type.getCompilationUnit(), false); |
| ||||
CompilationUnit cuNode = new RefactoringASTParser(AST.JLS3).parse(fType.getCompilationUnit(), false); |
| |||
CompilationUnit cuNode = new RefactoringASTParser(AST.JLS3).parse( [[#variable6561d020]].getCompilationUnit(), false); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6561d020]] | fType |
1 | 2 | [[#6561d020]] | type |
1 | 3 | [[#6561d020]] | fType |