Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.992 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 426 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/ClasspathModifierQueries.java |
2 | 4 | 440 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/ClasspathModifierQueries.java |
| ||||
fRemoveProject = true; if (MessageDialog.openConfirm(sh, title, message)) { fOutputLocation = newOutputFolder; result[0] = true; } |
| ||||
fRemoveProject = true; if (MessageDialog.openQuestion(sh, title, message)) { fOutputLocation = newOutputFolder; result[0] = true; } |
| |||
fRemoveProject = true; if (MessageDialog. [[#variable941f0620]](sh, title, message)) { fOutputLocation = newOutputFolder; result[0] = true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#941f0620]] | openConfirm |
1 | 2 | [[#941f0620]] | openQuestion |