CloneSet6929


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.958statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12307
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java
22196
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetAllocationExpression.java
Clone Instance
1
Line Count
2
Source Line
307
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java

                                if (isMethodUseDeprecated(binding, scope, true)) {
                                        scope.problemReporter().deprecatedMethod(this.binding, this );
                                }


Clone Instance
2
Line Count
2
Source Line
196
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetAllocationExpression.java

        if (isMethodUseDeprecated(this.binding, scope, true)) {
                scope.problemReporter().deprecatedMethod(this.binding, this );
        }


Clone AbstractionParameter Count: 1Parameter Bindings

if (isMethodUseDeprecated( [[#variable541c9ac0]], scope, true)) {
  scope.problemReporter().deprecatedMethod(this.binding, this );
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#541c9ac0]]
this.binding 
12[[#541c9ac0]]
binding