| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.958 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 307 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java |
| 2 | 2 | 196 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetAllocationExpression.java |
| ||||
if (isMethodUseDeprecated(binding, scope, true)) {
scope.problemReporter().deprecatedMethod(this.binding, this );
}
|
| ||||
if (isMethodUseDeprecated(this.binding, scope, true)) {
scope.problemReporter().deprecatedMethod(this.binding, this );
}
|
| |||
if (isMethodUseDeprecated( [[#variable541c9ac0]], scope, true)) {
scope.problemReporter().deprecatedMethod(this.binding, this );
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#541c9ac0]] | this.binding |
| 1 | 2 | [[#541c9ac0]] | binding |