Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.963 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 306 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Javadoc.java |
2 | 5 | 186 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TextElement.java |
| ||||
if (this.comment != MINIMAL_DOC_COMMENT) { // anything other than the default string takes space size += stringSize(this.comment); } return size; |
| ||||
if (this.text != EMPTY_STRING) { // everything but our empty string costs size += stringSize(this.text); } return size; |
| |||
if (this. [[#variable962439e0]]!= [[#variable95785f60]]) { // anything other than the default string takes space // everything but our empty string costs size += stringSize(this. [[#variable962439e0]]); } return size; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#962439e0]] | comment |
1 | 2 | [[#962439e0]] | text |
2 | 1 | [[#95785f60]] | MINIMAL_DOC_COMMENT |
2 | 2 | [[#95785f60]] | EMPTY_STRING |