Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 3 | 0.960 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 54 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/search/SearchManager.java |
2 | 10 | 77 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/search/SearchManager.java |
| |||||
if (startIndex < 0) throw new IllegalArgumentException("startIndex must be >= 0"); if (resultCount <= 0) throw new IllegalArgumentException("resultCount must be > 0"); Command command = new SearchCommand(new SearchCommandReference(searchTerm, startIndex, resultCount, searchInside)); // fire up search command CommandProcessor.getInstance().addOp(command); |
| |||||
if (startIndex < 0) throw new IllegalArgumentException("startIndex must be >= 0"); if (resultCount <= 0) throw new IllegalArgumentException("resultCount must be > 0"); Command command = new SearchCommand(new SearchCommandReference(searchTerm, providerName, startIndex, resultCount)); // fire up search command CommandProcessor.getInstance().addOp(command); |
| |||
if (startIndex < 0) throw new IllegalArgumentException("startIndex must be >= 0"); if (resultCount <= 0) throw new IllegalArgumentException("resultCount must be > 0"); Command command = new SearchCommand(new SearchCommandReference(searchTerm, [[#variable130852e0]], [[#variable13084cc0]], [[#variable13085240]])); // fire up search command CommandProcessor.getInstance().addOp(command); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130852e0]] | startIndex |
1 | 2 | [[#130852e0]] | providerName |
2 | 1 | [[#13084cc0]] | resultCount |
2 | 2 | [[#13084cc0]] | startIndex |
3 | 1 | [[#13085240]] | searchInside |
3 | 2 | [[#13085240]] | resultCount |