Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.965 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 68 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgCopyStarter.java |
2 | 3 | 79 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMoveStarter.java |
| ||||
IRunnableContext context = new ProgressMonitorDialog(parent); fCopyProcessor.setNewNameQueries(new NewNameQueries(parent)); fCopyProcessor.setReorgQueries(new ReorgQueries(parent)); |
| ||||
IRunnableContext context = new ProgressMonitorDialog(parent); fMoveProcessor.setCreateTargetQueries(new CreateTargetQueries(parent)); fMoveProcessor.setReorgQueries(new ReorgQueries(parent)); |
| |||
IRunnableContext context = new ProgressMonitorDialog(parent); [[#variable600bc1e0]]. [[#variable600bc140]](new [[#variable600bc900]](parent)); [[#variable600bc1e0]].setReorgQueries(new ReorgQueries(parent)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#600bc1e0]] | fMoveProcessor |
1 | 2 | [[#600bc1e0]] | fCopyProcessor |
2 | 1 | [[#600bc140]] | setCreateTargetQueries |
2 | 2 | [[#600bc140]] | setNewNameQueries |
3 | 1 | [[#600bc900]] | CreateTargetQueries |
3 | 2 | [[#600bc900]] | NewNameQueries |