Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.989 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 2398 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 7 | 2412 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
if (classTypeParameters != null) { for (int i = 0; i < classTypeParameters.length; i++) { TypeParameter typeParameter = classTypeParameters[i]; if (excludedNameCount == excludedNames.length) { System.arraycopy(excludedNames, 0, excludedNames = new char[excludedNameCount * 2][], 0, excludedNameCount); } excludedNames[excludedNameCount++ ] = typeParameter.name; } } |
| ||||
if (methodTypeParameters != null) { for (int i = 0; i < methodTypeParameters.length; i++) { TypeParameter typeParameter = methodTypeParameters[i]; if (excludedNameCount == excludedNames.length) { System.arraycopy(excludedNames, 0, excludedNames = new char[excludedNameCount * 2][], 0, excludedNameCount); } excludedNames[excludedNameCount++ ] = typeParameter.name; } } |
| |||
if ( [[#variablea15d2520]]!= null) { for (int i = 0; i < [[#variablea15d2520]].length; i++) { TypeParameter typeParameter = [[#variablea15d2520]][i]; if (excludedNameCount == excludedNames.length) { System.arraycopy(excludedNames, 0, excludedNames = new char[excludedNameCount * 2][], 0, excludedNameCount); } excludedNames[excludedNameCount++ ] = typeParameter.name; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a15d2520]] | classTypeParameters |
1 | 2 | [[#a15d2520]] | methodTypeParameters |