Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.974 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 872 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/BasicSearchEngine.java |
2 | 1 | 873 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/BasicSearchEngine.java |
| ||||
Util.verbose("\t- package name: " + (qualifications == null ? "null": new String(CharOperation.concatWith(qualifications, ',')))); //$NON-NLS-1$ //$NON-NLS-2$ |
| ||||
Util.verbose("\t- type name: " + (typeNames == null ? "null": new String(CharOperation.concatWith(typeNames, ',')))); //$NON-NLS-1$ //$NON-NLS-2$ |
| |||
Util.verbose( [[#variable5eb402c0]] + ( [[#variable5eb40ea0]]== null ? "null": new String(CharOperation.concatWith( [[#variable5eb40ea0]], ',')))); //$NON-NLS-1$ //$NON-NLS-2$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5eb402c0]] | "\t- package name: " |
1 | 2 | [[#5eb402c0]] | "\t- type name: " |
2 | 1 | [[#5eb40ea0]] | qualifications |
2 | 2 | [[#5eb40ea0]] | typeNames |