| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 1 | 0.973 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 3332 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| 2 | 4 | 5132 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
| ||||
if (this.options.checkDeprecation &&
memberType.isViewedAsDeprecated() &&
!scope.isDefinedInSameUnit(memberType))
continue next;
|
| ||||
if (this.options.checkDeprecation &&
refBinding.isViewedAsDeprecated() &&
!scope.isDefinedInSameUnit(refBinding))
continue next;
|
| |||
if (this.options.checkDeprecation && [[#variableb4516e40]].isViewedAsDeprecated() && !scope.isDefinedInSameUnit( [[#variableb4516e40]])) continue next; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b4516e40]] | memberType |
| 1 | 2 | [[#b4516e40]] | refBinding |