CloneSet288


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1990
E:/TSE/Projects-CloneDR/jEdit-4.2/src/gnu/regexp/CharIndexedInputStream.java
2995
E:/TSE/Projects-CloneDR/jEdit-4.2/src/gnu/regexp/CharIndexedReader.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
90
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/gnu/regexp/CharIndexedInputStream.java

{
  // Allocate more space in the buffer.
  try {
    while (bufsize <= index)
      bufsize += BUFFER_INCREMENT;
    br.reset();
    br.mark(bufsize);
    br.skip(index - 1);
  }
  catch (IOException
         e) {
  }
}


First
Previous
Clone Instance
2
Line Count
9
Source Line
95
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/gnu/regexp/CharIndexedReader.java

{
  // Allocate more space in the buffer.
  try {
    while (bufsize <= index)
      bufsize += BUFFER_INCREMENT;
    br.reset();
    br.mark(bufsize);
    br.skip(index - 1);
  }
  catch (IOException
         e) {
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

{
  // Allocate more space in the buffer.
  try {
    while (bufsize <= index)
      bufsize += BUFFER_INCREMENT;
    br.reset();
    br.mark(bufsize);
    br.skip(index - 1);
  }
  catch (IOException
         e) {
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None