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.962 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 136 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/SuperTypeHierarchyCache.java |
2 | 2 | 173 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/SuperTypeHierarchyCache.java |
| ||||
HierarchyCacheEntry entry = (HierarchyCacheEntry) fgHierarchyCache.get(i); ITypeHierarchy curr = entry.getTypeHierarchy(); |
| ||||
HierarchyCacheEntry curr = (HierarchyCacheEntry) fgHierarchyCache.get(i); ITypeHierarchy hierarchy = curr.getTypeHierarchy(); |
| |||
HierarchyCacheEntry [[#variablea384d7e0]]= (HierarchyCacheEntry) fgHierarchyCache.get(i); ITypeHierarchy [[#variablea384d800]]= [[#variablea384d7e0]].getTypeHierarchy(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a384d7e0]] | entry |
1 | 2 | [[#a384d7e0]] | curr |
2 | 1 | [[#a384d800]] | curr |
2 | 2 | [[#a384d800]] | hierarchy |