CloneSet7063


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.981class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14510
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/jdom/DOMField.java
24271
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/jdom/DOMMember.java
Clone Instance
1
Line Count
4
Source Line
510
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/jdom/DOMField.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);
}


Clone Instance
2
Line Count
4
Source Line
271
Source File
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(fCommentRange, offset);
        offsetRange(fModifierRange, offset);
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
 * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#55cd2b60]]
fCommentRange 
12[[#55cd2b60]]
fInitializerRange 
21[[#55cd2b00]]
fModifierRange 
22[[#55cd2b00]]
fTypeRange