CloneSet8912


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.963statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15306
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Javadoc.java
25186
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TextElement.java
Clone Instance
1
Line Count
5
Source Line
306
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Javadoc.java

                if (this.comment != MINIMAL_DOC_COMMENT) {
                        // anything other than the default string takes space
                        size += stringSize(this.comment);
                }
                return size;


Clone Instance
2
Line Count
5
Source Line
186
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TextElement.java

                if (this.text != EMPTY_STRING) {
                        // everything but our empty string costs
                        size += stringSize(this.text);
                }
                return size;


Clone AbstractionParameter Count: 2Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#962439e0]]
comment 
12[[#962439e0]]
text 
21[[#95785f60]]
MINIMAL_DOC_COMMENT 
22[[#95785f60]]
EMPTY_STRING