Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.967 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 379 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/LineManager.java |
2 | 6 | 402 | 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)); } |
| |||||
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)); } |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#af1c5a0]] | lineCount |
1 | 2 | [[#af1c5a0]] | newGapLine |