Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.956 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 612 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java |
2 | 2 | 742 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractTempRefactoring.java |
| ||||
IASTFragment[] fragmentsToReplace = retainOnlyReplacableMatches(getMatchingFragments()); TextEdit[] result = new TextEdit[fragmentsToReplace.length]; |
| ||||
IASTFragment[] matches = retainOnlyReplacableMatches(getMatchingFragments()); ASTNode[] result = new ASTNode[matches.length]; |
| |||
IASTFragment[] [[#variable4fecd240]]= retainOnlyReplacableMatches(getMatchingFragments()); [[#variable4fecd220]][] result = new [[#variable4fecd220]][ [[#variable4fecd240]].length]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4fecd240]] | fragmentsToReplace |
1 | 2 | [[#4fecd240]] | matches |
2 | 1 | [[#4fecd220]] | TextEdit |
2 | 2 | [[#4fecd220]] | ASTNode |