CloneSet499


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14265
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/help/HelpIndex.java
24279
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/help/HelpIndex.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
265
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/help/HelpIndex.java

if (word.length() != 0) {
  addWord(word.toString(), index, title);
  word.setLength(0);
}


First
Previous
Clone Instance
2
Line Count
4
Source Line
279
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/help/HelpIndex.java

if (word.length() != 0) {
  addWord(word.toString(), index, title);
  word.setLength(0);
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (word.length() != 0) {
  addWord(word.toString(), index, title);
  word.setLength(0);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None