Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.962 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 244 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/search/HyperSearchRequest.java |
2 | 6 | 1113 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/search/SearchAndReplace.java |
| |||||
SearchMatcher.Match match = matcher.nextMatch(new CharIndexedSegment(text, false), startOfLine, endOfLine, counter == 0, false); if (match == null) break loop; |
| |||||
SearchMatcher.Match occur = matcher.nextMatch(new CharIndexedSegment(text, false), startOfLine, endOfLine, counter == 0, false); if (occur == null) break loop; |
| |||
SearchMatcher.Match [[#variablee22b6e0]]= matcher.nextMatch(new CharIndexedSegment(text, false), startOfLine, endOfLine, counter == 0, false); if ( [[#variablee22b6e0]]== null) break loop; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#e22b6e0]] | match |
1 | 2 | [[#e22b6e0]] | occur |