| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 2 | 0.962 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 114 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java |
| 2 | 2 | 339 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/TypeContextChecker.java |
| ||||
int parameterCount = fParameterInfos.size();
String[] types = new String[parameterCount + 1];
|
| ||||
int parameterCount = fParameterInfos.size();
RefactoringStatus[] results = new RefactoringStatus[parameterCount + 1];
|
| |||
int parameterCount = fParameterInfos.size(); [[#variableb67b03a0]][] [[#variableb6713ae0]]= new [[#variableb67b03a0]][parameterCount + 1]; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b67b03a0]] | RefactoringStatus |
| 1 | 2 | [[#b67b03a0]] | String |
| 2 | 1 | [[#b6713ae0]] | results |
| 2 | 2 | [[#b6713ae0]] | types |