Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.960 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 1621 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelManager.java |
2 | 7 | 2062 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelManager.java |
| ||||
{ HashMap result = (HashMap) this.temporaryCache.get(); if (result == null) { result = new HashMap(); this.temporaryCache.set(result); } return result; } |
| ||||
{ HashSet result = (HashSet) this.classpathsBeingResolved.get(); if (result == null) { result = new HashSet(); this.classpathsBeingResolved.set(result); } return result; } |
| |||
{ [[#variable94604ec0]] result = ( [[#variable94604ec0]]) this. [[#variable94604f40]].get(); if (result == null) { result = new [[#variable94604ec0]](); this. [[#variable94604f40]].set(result); } return result; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#94604ec0]] | HashSet |
1 | 2 | [[#94604ec0]] | HashMap |
2 | 1 | [[#94604f40]] | classpathsBeingResolved |
2 | 2 | [[#94604f40]] | temporaryCache |