CloneSet127


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17674
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/textarea/ChunkCache.java
27687
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/textarea/ChunkCache.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
674
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/textarea/ChunkCache.java

chunks = (Chunk) out.get(0);
out.remove(0);
offset = chunks.offset;
if (out.size() != 0)
  length = ((Chunk) out.get(0)).offset - offset;
else
  length = textArea.getLineLength(physicalLine) - offset + 1;


First
Previous
Clone Instance
2
Line Count
7
Source Line
687
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/textarea/ChunkCache.java

chunks = (Chunk) out.get(0);
out.remove(0);
offset = chunks.offset;
if (out.size() != 0)
  length = ((Chunk) out.get(0)).offset - offset;
else
  length = textArea.getLineLength(physicalLine) - offset + 1;


Clone AbstractionParameter Count: 0Parameter Bindings

chunks = (Chunk) out.get(0);
out.remove(0);
offset = chunks.offset;
if (out.size() != 0)
  length = ((Chunk) out.get(0)).offset - offset;
else
  length = textArea.getLineLength(physicalLine) - offset + 1;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None