Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 5 | 3 | 0.963 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 896 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java |
2 | 4 | 624 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java |
3 | 4 | 482 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java |
4 | 4 | 292 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewJavaProjectWizardPage.java |
5 | 5 | 1895 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java |
| ||||
if (monitor == null) { monitor = new NullProgressMonitor(); } monitor.beginTask(CorextMessages.JavaModelUtil_applyedit_operation, 3); |
| ||||
if (monitor == null) { monitor = new NullProgressMonitor(); } monitor.beginTask(NewWizardMessages.BuildPathsBlock_operationdesc_project, 10); |
| ||||
if (monitor == null) { monitor = new NullProgressMonitor(); } monitor.beginTask(NewWizardMessages.NewSourceFolderWizardPage_operation, 3); |
| ||||
if (monitor == null) { monitor = new NullProgressMonitor(); } monitor.beginTask(NewWizardMessages.NewJavaProjectWizardPage_op_desc, 10); |
| ||||
if (monitor == null) { monitor = new NullProgressMonitor(); } monitor.beginTask(NewWizardMessages.NewTypeWizardPage_operationdesc, 8); |
| |||
if (monitor == null) { monitor = new NullProgressMonitor(); } monitor.beginTask( [[#variablea4f011c0]]. [[#variable55a9f4c0]], [[#variablea4f00260]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4f011c0]] | NewWizardMessages |
1 | 2 | [[#a4f011c0]] | NewWizardMessages |
1 | 3 | [[#a4f011c0]] | NewWizardMessages |
1 | 4 | [[#a4f011c0]] | NewWizardMessages |
1 | 5 | [[#a4f011c0]] | CorextMessages |
2 | 1 | [[#55a9f4c0]] | NewTypeWizardPage_operationdesc |
2 | 2 | [[#55a9f4c0]] | NewJavaProjectWizardPage_op_desc |
2 | 3 | [[#55a9f4c0]] | NewSourceFolderWizardPage_operation |
2 | 4 | [[#55a9f4c0]] | BuildPathsBlock_operationdesc_project |
2 | 5 | [[#55a9f4c0]] | JavaModelUtil_applyedit_operation |
3 | 1 | [[#a4f00260]] | 8 |
3 | 2 | [[#a4f00260]] | 10 |
3 | 3 | [[#a4f00260]] | 3 |
3 | 4 | [[#a4f00260]] | 10 |
3 | 5 | [[#a4f00260]] | 3 |