Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.983 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 178 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/syntax/ParserRule.java |
2 | 8 | 189 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/syntax/ParserRule.java |
| |||||
//{{{ createMarkFollowingRule() method public static final ParserRule createMarkFollowingRule(int posMatch, String seq, byte id, boolean excludeMatch) { int ruleAction = MARK_FOLLOWING|((excludeMatch) ? EXCLUDE_MATCH: 0); return new ParserRule(ruleAction, seq.charAt(0), posMatch, seq.toCharArray(), null, 0, null, null, id); } //}}} |
| |||||
//{{{ createMarkPreviousRule() method public static final ParserRule createMarkPreviousRule(int posMatch, String seq, byte id, boolean excludeMatch) { int ruleAction = MARK_PREVIOUS|((excludeMatch) ? EXCLUDE_MATCH: 0); return new ParserRule(ruleAction, seq.charAt(0), posMatch, seq.toCharArray(), null, 0, null, null, id); } //}}} |
| |||
//{{{ createMarkPreviousRule() method //{{{ createMarkFollowingRule() method public static final ParserRule [[#variableae98560]](int posMatch, String seq, byte id, boolean excludeMatch) { int ruleAction = [[#variableae983a0]]|((excludeMatch) ? EXCLUDE_MATCH: 0); return new ParserRule(ruleAction, seq.charAt(0), posMatch, seq.toCharArray(), null, 0, null, null, id); } //}}} |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ae98560]] | createMarkFollowingRule |
1 | 2 | [[#ae98560]] | createMarkPreviousRule |
2 | 1 | [[#ae983a0]] | MARK_FOLLOWING |
2 | 2 | [[#ae983a0]] | MARK_PREVIOUS |