Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.951 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 87 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelManager.java |
2 | 2 | 95 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelManager.java |
| ||||
/** * Classpath variables pool */ public HashMap variables = new HashMap(5); public HashSet variablesWithInitializer = new HashSet(5); |
| ||||
/** * Classpath containers pool */ public HashMap containers = new HashMap(5); public HashMap previousSessionContainers = new HashMap(5); |
| |||
/** * Classpath variables pool */ /** * Classpath containers pool */ public HashMap [[#variablebaed6ce0]]= new HashMap(5); public [[#variablebaed6d00]] [[#variablebaed6d20]]= new [[#variablebaed6d00]](5); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#baed6ce0]] | variables |
1 | 2 | [[#baed6ce0]] | containers |
2 | 1 | [[#baed6d00]] | HashSet |
2 | 2 | [[#baed6d00]] | HashMap |
3 | 1 | [[#baed6d20]] | variablesWithInitializer |
3 | 2 | [[#baed6d20]] | previousSessionContainers |