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 | 384 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsRefactoring.java |
2 | 1 | 510 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsRefactoring.java |
| ||||
rewrite.getASTRewrite().replace(originalType, newType, rewrite.createGroupDescription(RefactoringCoreMessages.InferTypeArgumentsRefactoring_addTypeArguments)); |
| ||||
rewrite.getASTRewrite().replace(nodeToReplace, newExpression, rewrite.createGroupDescription(RefactoringCoreMessages.InferTypeArgumentsRefactoring_removeCast)); |
| |||
rewrite.getASTRewrite().replace( [[#variable987a8040]], [[#variable9577df80]], rewrite.createGroupDescription(RefactoringCoreMessages. [[#variable9577df00]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#987a8040]] | nodeToReplace |
1 | 2 | [[#987a8040]] | originalType |
2 | 1 | [[#9577df80]] | newExpression |
2 | 2 | [[#9577df80]] | newType |
3 | 1 | [[#9577df00]] | InferTypeArgumentsRefactoring_removeCast |
3 | 2 | [[#9577df00]] | InferTypeArgumentsRefactoring_addTypeArguments |