CloneSet1362


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18656
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/parser/RoseNode.java
28693
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/parser/RoseNode.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
656
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/parser/RoseNode.java

{
  if (subSubNode.getRoseNodeType() == RoseNode.STRING) {
    if (stringV.length() > 0) {
      stringV += " ";
    }
    stringV += subSubNode.getValue();
  }
}


First
Previous
Clone Instance
2
Line Count
8
Source Line
693
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/parser/RoseNode.java

{
  if (subSubNode.getRoseNodeType() == RoseNode.STRING) {
    if (stringV.length() > 0) {
      stringV += " ";
    }
    stringV += subSubNode.getValue();
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

{
  if (subSubNode.getRoseNodeType() == RoseNode.STRING) {
    if (stringV.length() > 0) {
      stringV += " ";
    }
    stringV += subSubNode.getValue();
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None