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 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 908 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java |
2 | 1 | 106 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameVirtualMethodProcessor.java |
3 | 1 | 1246 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java |
| ||||
document = aquireDocument(cu, new SubProgressMonitor(monitor, 1)); |
| ||||
hierarchy = getCachedHierarchy(declaringType, new SubProgressMonitor(monitor, 1)); |
| ||||
fChangeManager = createChangeManager(status, new SubProgressMonitor(monitor, 1)); |
| |||
[[#variable535089e0]]= [[#variable53508a20]]( [[#variable53508a60]], new SubProgressMonitor(monitor, 1)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#535089e0]] | fChangeManager |
1 | 2 | [[#535089e0]] | hierarchy |
1 | 3 | [[#535089e0]] | document |
2 | 1 | [[#53508a20]] | createChangeManager |
2 | 2 | [[#53508a20]] | getCachedHierarchy |
2 | 3 | [[#53508a20]] | aquireDocument |
3 | 1 | [[#53508a60]] | status |
3 | 2 | [[#53508a60]] | declaringType |
3 | 3 | [[#53508a60]] | cu |