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.955 | conditional_or_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 283 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ReplaceInvocationsRefactoring.java |
2 | 1 | 407 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameAnalyzeUtil.java |
| ||||
new RefactoringASTParser(AST.JLS3).parse(stub, classFile, true, true, null) |
| ||||
new RefactoringASTParser(AST.JLS3).parse(newCuSource, compilationUnit, true, statementsRecovery, null) |
| |||
new RefactoringASTParser(AST.JLS3).parse( [[#variable580de2a0]], [[#variable580de1c0]], true, [[#variable580de280]], null) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#580de2a0]] | stub |
1 | 2 | [[#580de2a0]] | newCuSource |
2 | 1 | [[#580de1c0]] | classFile |
2 | 2 | [[#580de1c0]] | compilationUnit |
3 | 1 | [[#580de280]] | true |
3 | 2 | [[#580de280]] | statementsRecovery |