CloneSet5598


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12124
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocAllocationExpression.java
22168
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocMessageSend.java
Clone Instance
1
Line Count
2
Source Line
124
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocAllocationExpression.java

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


Clone Instance
2
Line Count
2
Source Line
168
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocMessageSend.java

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


Clone AbstractionParameter Count: 0Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None