Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.961 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 810 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java |
2 | 1 | 506 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/NewSourceFolderWizardPage.java |
| ||||
javaProject.setRawClasspath(classpath, outputLocation, new SubProgressMonitor(monitor, 2)); |
| ||||
fCurrJProject.setRawClasspath(fNewEntries, fNewOutputLocation, new SubProgressMonitor(monitor, 2)); |
| |||
[[#variablebd3122c0]].setRawClasspath( [[#variablebd312240]], [[#variablebd312160]], new SubProgressMonitor(monitor, 2)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bd3122c0]] | fCurrJProject |
1 | 2 | [[#bd3122c0]] | javaProject |
2 | 1 | [[#bd312240]] | fNewEntries |
2 | 2 | [[#bd312240]] | classpath |
3 | 1 | [[#bd312160]] | fNewOutputLocation |
3 | 2 | [[#bd312160]] | outputLocation |