CloneSet607


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11230.960statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11154
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/search/SearchManager.java
21077
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/search/SearchManager.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
54
Source File
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);


First
Previous
Clone Instance
2
Line Count
10
Source Line
77
Source File
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, providerName, startIndex, resultCount));
// fire up search command
CommandProcessor.getInstance().addOp(command);


Clone AbstractionParameter Count: 3Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#130852e0]]
startIndex 
12[[#130852e0]]
providerName 
21[[#13084cc0]]
resultCount 
22[[#13084cc0]]
startIndex 
31[[#13085240]]
searchInside 
32[[#13085240]]
resultCount