CloneSet322


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.981class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1525
E:/TSE/Projects-CloneDR/jEdit-4.2/src/gnu/regexp/RETokenEnd.java
2523
E:/TSE/Projects-CloneDR/jEdit-4.2/src/gnu/regexp/RETokenStart.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
25
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/gnu/regexp/RETokenEnd.java

/**
 * Indicates whether this token should match on a line break.
 */
private String newline;

RETokenEnd(int subIndex, String newline) {
  super(subIndex);
  this.newline = newline;
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
23
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/gnu/regexp/RETokenStart.java

private String newline; // matches after a newline

RETokenStart(int subIndex, String newline) {
  super(subIndex);
  this.newline = newline;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Indicates whether this token should match on a line break.
     */
private String newline; // matches after a newline

 [[#variablee2215e0]](int subIndex, String newline) {
  super(subIndex);
  this.newline = newline;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#e2215e0]]
RETokenEnd 
12[[#e2215e0]]
RETokenStart