CloneSet157


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

try {
  indentNextLineRE = getRegexpProperty("indentNextLine", RE.REG_ICASE, RESearchMatcher.RE_SYNTAX_JEDIT);
}
catch (REException
       re) {
  indentNextLineRE = null;
  Log.log(Log.ERROR, this, "Invalid indentNextLine regexp");
  Log.log(Log.ERROR, this, re);
}


First
Previous
Clone Instance
2
Line Count
13
Source Line
2432
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Buffer.java

try {
  indentNextLinesRE = getRegexpProperty("indentNextLines", RE.REG_ICASE, RESearchMatcher.RE_SYNTAX_JEDIT);
}
catch (REException
       re) {
  indentNextLinesRE = null;
  Log.log(Log.ERROR, this, "Invalid indentNextLines regexp");
  Log.log(Log.ERROR, this, re);
}


Clone AbstractionParameter Count: 3Parameter Bindings

try {
   [[#variableaf0fc40]]= getRegexpProperty( [[#variableaf0ffa0]], RE.REG_ICASE, RESearchMatcher.RE_SYNTAX_JEDIT);
}
catch (REException
       re) {
   [[#variableaf0fc40]]= null;
  Log.log(Log.ERROR, this,  [[#variableaf0ff80]]);
  Log.log(Log.ERROR, this, re);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#af0fc40]]
indentNextLineRE 
12[[#af0fc40]]
indentNextLinesRE 
21[[#af0ffa0]]
"indentNextLine" 
22[[#af0ffa0]]
"indentNextLines" 
31[[#af0ff80]]
"Invalid indentNextLine regexp" 
32[[#af0ff80]]
"Invalid indentNextLines regexp"