Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.984 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 341 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnitStructureRequestor.java |
2 | 5 | 382 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnitStructureRequestor.java |
| ||||
if (methodInfo.typeParameters != null) { for (int i = 0, length = methodInfo.typeParameters.length; i < length; i++) { TypeParameterInfo typeParameterInfo = methodInfo.typeParameters[i]; enterTypeParameter(typeParameterInfo); exitMember(typeParameterInfo.declarationEnd); } } |
| ||||
if (typeInfo.typeParameters != null) { for (int i = 0, length = typeInfo.typeParameters.length; i < length; i++) { TypeParameterInfo typeParameterInfo = typeInfo.typeParameters[i]; enterTypeParameter(typeParameterInfo); exitMember(typeParameterInfo.declarationEnd); } } |
| |||
if ( [[#variable52ba06a0]].typeParameters != null) { for (int i = 0, length = [[#variable52ba06a0]].typeParameters.length; i < length; i++) { TypeParameterInfo typeParameterInfo = [[#variable52ba06a0]].typeParameters[i]; enterTypeParameter(typeParameterInfo); exitMember(typeParameterInfo.declarationEnd); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52ba06a0]] | methodInfo |
1 | 2 | [[#52ba06a0]] | typeInfo |