Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.972 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 204 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java |
2 | 3 | 730 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ClasspathModifier.java |
| ||||
project.setOutputLocation(query.getOutputLocation(), null); // remove the project if (query.removeProjectFromClasspath()) { removeFromClasspath(project, existingEntries, null); } |
| ||||
project.setOutputLocation(outputFolderQuery.getOutputLocation(), null); if (outputFolderQuery.removeProjectFromClasspath()) { removeFromClasspath(project, entries, null); } |
| |||
project.setOutputLocation( [[#variable54c00720]].getOutputLocation(), null); // remove the project if ( [[#variable54c00720]].removeProjectFromClasspath()) { removeFromClasspath(project, [[#variable54c007c0]], null); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54c00720]] | outputFolderQuery |
1 | 2 | [[#54c00720]] | query |
2 | 1 | [[#54c007c0]] | entries |
2 | 2 | [[#54c007c0]] | existingEntries |