Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 3 | 0.958 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 926 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java |
2 | 1 | 547 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MemberVisibilityAdjustor.java |
3 | 1 | 2031 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java |
| ||||
releaseDocument(cu, document, new SubProgressMonitor(monitor, 1)); |
| ||||
// check whether the member is still visible from the // destination. As we are moving a type, the destination is // a package or another type. adjustIncomingVisibility(fReferencing, member, new SubProgressMonitor(monitor, 1)); |
| ||||
createTypeMembers(createdType, imports, new SubProgressMonitor(monitor, 1)); |
| |||
[[#variable5348aa00]]( [[#variable5348a9a0]], [[#variable5348a920]], new SubProgressMonitor(monitor, 1)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5348aa00]] | // check whether the member is still visible from the // destination. As we are moving a type, the destination is // a package or another type. adjustIncomingVisibility |
1 | 2 | [[#5348aa00]] | releaseDocument |
1 | 3 | [[#5348aa00]] | createTypeMembers |
2 | 1 | [[#5348a9a0]] | fReferencing |
2 | 2 | [[#5348a9a0]] | cu |
2 | 3 | [[#5348a9a0]] | createdType |
3 | 1 | [[#5348a920]] | member |
3 | 2 | [[#5348a920]] | document |
3 | 3 | [[#5348a920]] | imports |