Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.971 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 1238 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java |
2 | 8 | 1250 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java |
| ||||
{ NameLookup lookup = newNameLookup(owner); return findType( packageName, typeQualifiedName, lookup, false, // do not consider secondary types null ); } |
| ||||
{ NameLookup lookup = newNameLookup(owner); return findType( packageName, typeQualifiedName, lookup, true, // consider secondary types progressMonitor); } |
| |||
{ NameLookup lookup = newNameLookup(owner); return findType(packageName, typeQualifiedName, lookup, [[#variable6afe5fe0]], // consider secondary types // do not consider secondary types [[#variable6afcc0c0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6afe5fe0]] | true |
1 | 2 | [[#6afe5fe0]] | false |
2 | 1 | [[#6afcc0c0]] | progressMonitor |
2 | 2 | [[#6afcc0c0]] | null |