Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.986 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 77 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/index/MemoryIndex.java |
2 | 6 | 99 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/index/MemoryIndex.java |
| ||||
if (results == null) results = new HashtableOfObject(13); EntryResult result = (EntryResult) results.get(key); if (result == null) results.put(key, result = new EntryResult(key, null)); result.addDocumentName((String) paths[i]); |
| ||||
if (results == null) results = new HashtableOfObject(13); EntryResult result = (EntryResult) results.get(word); if (result == null) results.put(word, result = new EntryResult(word, null)); result.addDocumentName((String) paths[i]); |
| |||
if (results == null) results = new HashtableOfObject(13); EntryResult result = (EntryResult) results.get( [[#variable54388880]]); if (result == null) results.put( [[#variable54388880]], result = new EntryResult( [[#variable54388880]], null)); result.addDocumentName((String) paths[i]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54388880]] | key |
1 | 2 | [[#54388880]] | word |