Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.952 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 822 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SetClasspathOperation.java |
2 | 5 | 831 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SetClasspathOperation.java |
| ||||
if (entries == DO_NOT_SET_ENTRIES) { try { entries = project.getRawClasspath(); } catch (JavaModelException e) { return e.getJavaModelStatus(); } } |
| ||||
if (outputLocation == DO_NOT_SET_OUTPUT) { try { outputLocation = project.getOutputLocation(); } catch (JavaModelException e) { return e.getJavaModelStatus(); } } |
| |||
if ( [[#variable762266a0]]== [[#variable76226620]]) { try { [[#variable762266a0]]= project. [[#variable76226560]](); } catch (JavaModelException e) { return e.getJavaModelStatus(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#762266a0]] | entries |
1 | 2 | [[#762266a0]] | outputLocation |
2 | 1 | [[#76226620]] | DO_NOT_SET_ENTRIES |
2 | 2 | [[#76226620]] | DO_NOT_SET_OUTPUT |
3 | 1 | [[#76226560]] | getRawClasspath |
3 | 2 | [[#76226560]] | getOutputLocation |