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.977 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 46 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfoFactory.java |
2 | 2 | 50 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfoFactory.java |
| ||||
{ result = createJarFileEntryTypeInfo(pn, tn, enclosingName, modifiers, path, getJarFileEntryTypeInfo(fLast), index); } |
| ||||
{ result = createIFileTypeInfo(pn, tn, enclosingName, modifiers, path, getIFileTypeInfo(fLast), project); } |
| |||
{ result = [[#variable9a173440]](pn, tn, enclosingName, modifiers, path, [[#variable9a1733a0]](fLast), [[#variable9a173340]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9a173440]] | createJarFileEntryTypeInfo |
1 | 2 | [[#9a173440]] | createIFileTypeInfo |
2 | 1 | [[#9a1733a0]] | getJarFileEntryTypeInfo |
2 | 2 | [[#9a1733a0]] | getIFileTypeInfo |
3 | 1 | [[#9a173340]] | index |
3 | 2 | [[#9a173340]] | project |