CloneSet129


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.967executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16379
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/LineManager.java
26402
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/LineManager.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
379
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/LineManager.java

if (gapWidth != 0) {
  if (Debug.OFFSET_DEBUG && gapLine != lineCount)
    Log.log(Log.DEBUG, this, method + ": update from " + gapLine + " to " + lineCount + " width " + gapWidth);
  for (int i = gapLine; i < lineCount; i++)
    setLineEndOffset(i, getLineEndOffset(i));
}


First
Previous
Clone Instance
2
Line Count
6
Source Line
402
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/LineManager.java

if (gapWidth != 0) {
  if (Debug.OFFSET_DEBUG && gapLine != newGapLine)
    Log.log(Log.DEBUG, this, method + ": update from " + gapLine + " to " + newGapLine + " width " + gapWidth);
  for (int i = gapLine; i < newGapLine; i++)
    setLineEndOffset(i, getLineEndOffset(i));
}


Clone AbstractionParameter Count: 1Parameter Bindings

if (gapWidth != 0) {
  if (Debug.OFFSET_DEBUG && gapLine != [[#variableaf1c5a0]])
    Log.log(Log.DEBUG, this, method + ": update from " + gapLine + " to " +  [[#variableaf1c5a0]] + " width " + gapWidth);
  for (int i = gapLine; i <  [[#variableaf1c5a0]]; i++)
    setLineEndOffset(i, getLineEndOffset(i));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#af1c5a0]]
lineCount 
12[[#af1c5a0]]
newGapLine