| 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.973 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 89 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeDeclarationLocator.java |
| 2 | 2 | 91 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeDeclarationLocator.java |
| ||||
if (enclosingNamePattern == null)
return resolveLevelForType(simpleNamePattern, qualificationPattern, type);
|
| ||||
if (qualificationPattern == null)
return resolveLevelForType(simpleNamePattern, enclosingNamePattern, type);
|
| |||
if ( [[#variableba5caa80]]== null) return resolveLevelForType(simpleNamePattern, [[#variableba5caa00]], type); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#ba5caa80]] | enclosingNamePattern |
| 1 | 2 | [[#ba5caa80]] | qualificationPattern |
| 2 | 1 | [[#ba5caa00]] | qualificationPattern |
| 2 | 2 | [[#ba5caa00]] | enclosingNamePattern |