Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.981 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 510 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/jdom/DOMField.java |
2 | 4 | 271 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/jdom/DOMMember.java |
| ||||
/** * Offsets all the source indexes in this node by the given amount. */ protected void offset(int offset) { super.offset(offset); offsetRange(fInitializerRange, offset); offsetRange(fTypeRange, offset); } |
| ||||
/** * Offsets all the source indexes in this node by the given amount. */ protected void offset(int offset) { super.offset(offset); offsetRange(fCommentRange, offset); offsetRange(fModifierRange, offset); } |
| |||
/** * Offsets all the source indexes in this node by the given amount. */ protected void offset(int offset) { super.offset(offset); offsetRange( [[#variable55cd2b60]], offset); offsetRange( [[#variable55cd2b00]], offset); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55cd2b60]] | fCommentRange |
1 | 2 | [[#55cd2b60]] | fInitializerRange |
2 | 1 | [[#55cd2b00]] | fModifierRange |
2 | 2 | [[#55cd2b00]] | fTypeRange |