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.951 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 326 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceProvider.java |
2 | 1 | 299 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java |
| ||||
final TextEdit dummy = rewriter.rewriteAST(fDocument, fUnit.getJavaProject().getOptions(true)); |
| ||||
final TextEdit edit = targetRewrite.rewriteAST(document, subType.getJavaProject().getOptions(true)); |
| |||
final TextEdit [[#variablea33d5700]]= [[#variablea33d5680]].rewriteAST( [[#variablea33d55e0]], [[#variablea33d5540]].getJavaProject().getOptions(true)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a33d5700]] | edit |
1 | 2 | [[#a33d5700]] | dummy |
2 | 1 | [[#a33d5680]] | targetRewrite |
2 | 2 | [[#a33d5680]] | rewriter |
3 | 1 | [[#a33d55e0]] | document |
3 | 2 | [[#a33d55e0]] | fDocument |
4 | 1 | [[#a33d5540]] | subType |
4 | 2 | [[#a33d5540]] | fUnit |