| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 3 | 1 | 0.988 | statement_sequence |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 24 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/DeclarationOfAccessedFieldsPattern.java |
| 2 | 3 | 26 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/DeclarationOfReferencedMethodsPattern.java |
| 3 | 3 | 24 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/DeclarationOfReferencedTypesPattern.java |
| ||||
this.enclosingElement = enclosingElement;
this.knownFields = new SimpleSet();
((InternalSearchPattern) this ).mustResolve = true;
|
| ||||
this.enclosingElement = enclosingElement;
this.knownMethods = new SimpleSet();
((InternalSearchPattern) this ).mustResolve = true;
|
| ||||
this.enclosingElement = enclosingElement;
this.knownTypes = new SimpleSet();
((InternalSearchPattern) this ).mustResolve = true;
|
| |||
this.enclosingElement = enclosingElement; this. [[#variable77a15d60]]= new SimpleSet(); ((InternalSearchPattern) this ).mustResolve = true; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#77a15d60]] | knownFields |
| 1 | 2 | [[#77a15d60]] | knownMethods |
| 1 | 3 | [[#77a15d60]] | knownTypes |