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.962 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 125 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelStatus.java |
2 | 3 | 134 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelStatus.java |
| ||||
/** * Constructs an Java model status with the given corresponding * element and string */ public JavaModelStatus(int code, IJavaElement element, String string) { this(code, new IJavaElement[] { element } ); this.string = string; } |
| ||||
/** * Constructs an Java model status with the given corresponding * element and path */ public JavaModelStatus(int code, IJavaElement element, IPath path) { this(code, new IJavaElement[] { element } ); this.path = path; } |
| |||
/** * Constructs an Java model status with the given corresponding * element and string */ /** * Constructs an Java model status with the given corresponding * element and path */ public JavaModelStatus(int code, IJavaElement element, [[#variable55bec500]] [[#variable55bec4a0]]) { this(code, new IJavaElement[] { element } ); this. [[#variable55bec4a0]]= [[#variable55bec4a0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55bec500]] | String |
1 | 2 | [[#55bec500]] | IPath |
2 | 1 | [[#55bec4a0]] | string |
2 | 2 | [[#55bec4a0]] | path |