Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 5 | 0.981 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 540 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java |
2 | 5 | 568 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PullUpRefactoringProcessor.java |
| ||||
final List pulledUpList = Arrays.asList(fMembersToMove); final List deletedList = Arrays.asList(getMembersToDelete(new SubProgressMonitor(monitor, 1))); final IField[] accessedFields = ReferenceFinderUtil.getFieldsReferencedIn(fMembersToMove, fOwner, new SubProgressMonitor(monitor, 1)); final IType destination = getDestinationType(); |
| ||||
final List declaredAbstractList = Arrays.asList(fAbstractMethods); final List deletedList = Arrays.asList(getMembersToDelete(new SubProgressMonitor(monitor, 1))); final IMethod[] accessedMethods = ReferenceFinderUtil.getMethodsReferencedIn(fMembersToMove, fOwner, new SubProgressMonitor(monitor, 1)); final IType destination = getDestinationType(); |
| |||
final List [[#variable590ee060]]= Arrays.asList( [[#variableb9403da0]]); final List deletedList = Arrays.asList(getMembersToDelete(new SubProgressMonitor(monitor, 1))); final [[#variableb6f0c760]][] [[#variable54881f60]]= ReferenceFinderUtil. [[#variable5fd97bc0]](fMembersToMove, fOwner, new SubProgressMonitor(monitor, 1)); final IType destination = getDestinationType(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#590ee060]] | pulledUpList |
1 | 2 | [[#590ee060]] | declaredAbstractList |
2 | 1 | [[#b9403da0]] | fMembersToMove |
2 | 2 | [[#b9403da0]] | fAbstractMethods |
3 | 1 | [[#b6f0c760]] | IField |
3 | 2 | [[#b6f0c760]] | IMethod |
4 | 1 | [[#54881f60]] | accessedFields |
4 | 2 | [[#54881f60]] | accessedMethods |
5 | 1 | [[#5fd97bc0]] | getFieldsReferencedIn |
5 | 2 | [[#5fd97bc0]] | getMethodsReferencedIn |