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.964 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 3483 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelManager.java |
2 | 2 | 3591 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelManager.java |
| ||||
String typeName = (String) names.next(); String path = (String) types.get(typeName); |
| ||||
String typeName = (String) names.next(); IType type = (IType) types.get(typeName); |
| |||
String typeName = (String) names.next(); [[#variable97b55f40]] [[#variable97b55e20]]= ( [[#variable97b55f40]]) types.get(typeName); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#97b55f40]] | String |
1 | 2 | [[#97b55f40]] | IType |
2 | 1 | [[#97b55e20]] | path |
2 | 2 | [[#97b55e20]] | type |