Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 0 | 1.000 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 469 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/jdom/DOMField.java |
2 | 11 | 802 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/jdom/DOMNode.java |
| ||||
{ // this node's end position includes all of the characters up // to the end of the enclosing node DOMNode parent = (DOMNode) getParent(); if (parent == null || parent instanceof DOMCompilationUnit) { setSourceRangeEnd(fDocument.length - 1); } else { // parent is a type int temp = ((DOMType) parent).getCloseBodyPosition() - 1; setSourceRangeEnd(temp); fInsertionPosition = Math.max(finder.getLineStart(temp + 1), getEndPosition()); } } |
| ||||
{ // this node's end position includes all of the characters up // to the end of the enclosing node DOMNode parent = (DOMNode) getParent(); if (parent == null || parent instanceof DOMCompilationUnit) { setSourceRangeEnd(fDocument.length - 1); } else { // parent is a type int temp = ((DOMType) parent).getCloseBodyPosition() - 1; setSourceRangeEnd(temp); fInsertionPosition = Math.max(finder.getLineStart(temp + 1), getEndPosition()); } } |
| |||
{ // this node's end position includes all of the characters up // to the end of the enclosing node DOMNode parent = (DOMNode) getParent(); if (parent == null || parent instanceof DOMCompilationUnit) { setSourceRangeEnd(fDocument.length - 1); } else { // parent is a type int temp = ((DOMType) parent).getCloseBodyPosition() - 1; setSourceRangeEnd(temp); fInsertionPosition = Math.max(finder.getLineStart(temp + 1), getEndPosition()); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |