Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 3 | 0.952 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 2419 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Buffer.java |
2 | 13 | 2432 | 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); } |
| |||||
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); } |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#af0fc40]] | indentNextLineRE |
1 | 2 | [[#af0fc40]] | indentNextLinesRE |
2 | 1 | [[#af0ffa0]] | "indentNextLine" |
2 | 2 | [[#af0ffa0]] | "indentNextLines" |
3 | 1 | [[#af0ff80]] | "Invalid indentNextLine regexp" |
3 | 2 | [[#af0ff80]] | "Invalid indentNextLines regexp" |