Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.990 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 151 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java |
2 | 3 | 163 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java |
| ||||
IType type = findType(pack, fullyQualifiedName); if (type != null && type.exists()) return type; |
| ||||
IType type = findType(unit, fullyQualifiedName); if (type != null && type.exists()) return type; |
| |||
IType type = findType( [[#variable565a1760]], fullyQualifiedName); if (type != null && type.exists()) return type; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#565a1760]] | pack |
1 | 2 | [[#565a1760]] | unit |