Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.960 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 659 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java |
2 | 1 | 897 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java |
3 | 1 | 1465 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java |
| ||||
final Map mapping = getMatchingMembers(getDestinationTypeHierarchy(monitor), getDestinationType(), true); |
| ||||
final Map mapping = getMatchingMembers(getDestinationTypeHierarchy(monitor), getDestinationType(), true); |
| ||||
final Map matching = getMatchingMembers(getDestinationTypeHierarchy(monitor), getDestinationType(), includeAbstract); |
| |||
final Map [[#variable93856b00]]= getMatchingMembers(getDestinationTypeHierarchy(monitor), getDestinationType(), [[#variable93856a40]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#93856b00]] | mapping |
1 | 2 | [[#93856b00]] | matching |
1 | 3 | [[#93856b00]] | mapping |
2 | 1 | [[#93856a40]] | true |
2 | 2 | [[#93856a40]] | includeAbstract |
2 | 3 | [[#93856a40]] | true |