Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 10 | 4 | 0.951 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 2062 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 2 | 2463 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
3 | 3 | 2899 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
4 | 3 | 2951 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
5 | 3 | 3020 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
6 | 3 | 3328 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
7 | 3 | 4078 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
8 | 3 | 4352 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
9 | 3 | 4864 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
10 | 3 | 5488 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
if ( !CharOperation.prefixEquals(enumConstantName, field.name, false /* ignore case */ ) && !(this.options.camelCaseMatch && CharOperation.camelCaseMatch(enumConstantName, field.name))) continue next; |
| ||||
if ( !CharOperation.prefixEquals(fieldName, field.name, false /* ignore case */ ) && !(this.options.camelCaseMatch && CharOperation.camelCaseMatch(fieldName, field.name))) continue next; |
| ||||
if ( !CharOperation.prefixEquals(typeName, memberType.sourceName, false /* ignore case */ ) && !(this.options.camelCaseMatch && CharOperation.camelCaseMatch(typeName, memberType.sourceName))) continue next; |
| ||||
if ( !CharOperation.prefixEquals(fieldName, field.name, false /* ignore case */ ) && !(this.options.camelCaseMatch && CharOperation.camelCaseMatch(fieldName, field.name))) continue next; |
| ||||
if ( !CharOperation.prefixEquals(methodName, method.selector, false /* ignore case */ ) && !(this.options.camelCaseMatch && CharOperation.camelCaseMatch(methodName, method.selector))) continue next; |
| ||||
if ( !CharOperation.prefixEquals(typeName, memberType.sourceName, false /* ignore case */ ) && !(this.options.camelCaseMatch && CharOperation.camelCaseMatch(typeName, memberType.sourceName))) continue next; |
| ||||
if ( !CharOperation.equals(methodName, method.selector, false /* ignore case */ ) && !(this.options.camelCaseMatch && CharOperation.camelCaseMatch(methodName, method.selector))) continue next; |
| ||||
if ( !CharOperation.prefixEquals(methodName, method.selector, false /* ignore case */ ) && !(this.options.camelCaseMatch && CharOperation.camelCaseMatch(methodName, method.selector))) continue next; |
| ||||
if ( !CharOperation.prefixEquals(typeName, localType.sourceName, false /* ignore case */ ) && !(this.options.camelCaseMatch && CharOperation.camelCaseMatch(typeName, localType.sourceName))) continue next; |
| ||||
if ( !CharOperation.prefixEquals(token, local.name, false /* ignore case */ ) && !(this.options.camelCaseMatch && CharOperation.camelCaseMatch(token, local.name))) continue next; |
| |||
if ( !CharOperation. [[#variablebe7ef560]]( [[#variableba93c2a0]], [[#variablebe7ef140]]. [[#variablebc2c26e0]], false /* ignore case */ ) && !(this.options.camelCaseMatch && CharOperation.camelCaseMatch( [[#variableba93c2a0]], [[#variablebe7ef140]]. [[#variablebc2c26e0]]))) continue next; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#be7ef560]] | prefixEquals |
1 | 2 | [[#be7ef560]] | prefixEquals |
1 | 3 | [[#be7ef560]] | prefixEquals |
1 | 4 | [[#be7ef560]] | prefixEquals |
1 | 5 | [[#be7ef560]] | equals |
1 | 6 | [[#be7ef560]] | prefixEquals |
1 | 7 | [[#be7ef560]] | prefixEquals |
1 | 8 | [[#be7ef560]] | prefixEquals |
1 | 9 | [[#be7ef560]] | prefixEquals |
1 | 10 | [[#be7ef560]] | prefixEquals |
2 | 1 | [[#ba93c2a0]] | methodName |
2 | 2 | [[#ba93c2a0]] | fieldName |
2 | 3 | [[#ba93c2a0]] | typeName |
2 | 4 | [[#ba93c2a0]] | enumConstantName |
2 | 5 | [[#ba93c2a0]] | methodName |
2 | 6 | [[#ba93c2a0]] | typeName |
2 | 7 | [[#ba93c2a0]] | token |
2 | 8 | [[#ba93c2a0]] | methodName |
2 | 9 | [[#ba93c2a0]] | typeName |
2 | 10 | [[#ba93c2a0]] | fieldName |
3 | 1 | [[#be7ef140]] | method |
3 | 2 | [[#be7ef140]] | field |
3 | 3 | [[#be7ef140]] | memberType |
3 | 4 | [[#be7ef140]] | field |
3 | 5 | [[#be7ef140]] | method |
3 | 6 | [[#be7ef140]] | localType |
3 | 7 | [[#be7ef140]] | local |
3 | 8 | [[#be7ef140]] | method |
3 | 9 | [[#be7ef140]] | memberType |
3 | 10 | [[#be7ef140]] | field |
4 | 1 | [[#bc2c26e0]] | selector |
4 | 2 | [[#bc2c26e0]] | name |
4 | 3 | [[#bc2c26e0]] | sourceName |
4 | 4 | [[#bc2c26e0]] | name |
4 | 5 | [[#bc2c26e0]] | selector |
4 | 6 | [[#bc2c26e0]] | sourceName |
4 | 7 | [[#bc2c26e0]] | name |
4 | 8 | [[#bc2c26e0]] | selector |
4 | 9 | [[#bc2c26e0]] | sourceName |
4 | 10 | [[#bc2c26e0]] | name |