Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.976 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 92 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/syntax/ParserRule.java |
2 | 3 | 156 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/syntax/ParserRule.java |
| |||||
return new ParserRule(SEQ, seq.charAt(0), posMatch, seq.toCharArray(), null, 0, null, delegate, id); |
| |||||
return new ParserRule(ruleAction, seq.charAt(0), posMatch, seq.toCharArray(), null, 0, null, delegate, id); |
| |||
return new ParserRule( [[#variablec2b9f80]], seq.charAt(0), posMatch, seq.toCharArray(), null, 0, null, delegate, id); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c2b9f80]] | SEQ |
1 | 2 | [[#c2b9f80]] | ruleAction |