Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.976 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 2471 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 2 | 3814 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
3 | 2 | 4075 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
4 | 1 | 6187 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
if (this.options.checkVisibility && !field.canBeSeenBy(receiverType, invocationSite, scope)) continue next; |
| ||||
if (this.options.checkVisibility && !method.canBeSeenBy(receiverType, invocationSite, scope)) continue next; |
| ||||
if (this.options.checkVisibility && !method.canBeSeenBy(receiverType, invocationSite, scope)) continue next; |
| ||||
if (this.options.checkVisibility && !method.canBeSeenBy(receiverType, invocationSite, scope)) continue nextMethod; |
| |||
if (this.options.checkVisibility && ! [[#variableb07e87e0]].canBeSeenBy(receiverType, invocationSite, scope)) continue [[#variableb07e8780]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b07e87e0]] | method |
1 | 2 | [[#b07e87e0]] | field |
1 | 3 | [[#b07e87e0]] | method |
1 | 4 | [[#b07e87e0]] | method |
2 | 1 | [[#b07e8780]] | next |
2 | 2 | [[#b07e8780]] | next |
2 | 3 | [[#b07e8780]] | nextMethod |
2 | 4 | [[#b07e8780]] | next |