Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.952 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 300 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java |
2 | 6 | 306 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java |
| ||||
{ IPath jarFilePath = chooseInternal(); if (jarFilePath != null) { fFileNameField.setText(jarFilePath.toString()); } return; } |
| ||||
{ IPath folderPath = chooseExtFolder(); if (folderPath != null) { fFileNameField.setText(folderPath.toString()); } return; } |
| |||
{ IPath [[#variablea3c51620]]= [[#variablea3c515a0]](); if ( [[#variablea3c51620]]!= null) { fFileNameField.setText( [[#variablea3c51620]].toString()); } return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a3c51620]] | folderPath |
1 | 2 | [[#a3c51620]] | jarFilePath |
2 | 1 | [[#a3c515a0]] | chooseExtFolder |
2 | 2 | [[#a3c515a0]] | chooseInternal |