CloneSet1456


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5401.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1528
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocArrayQualifiedTypeReference.java
2526
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocArraySingleTypeReference.java
3582
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocImplicitTypeReference.java
4530
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference.java
Clone Instance
1
Line Count
5
Source Line
28
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocArrayQualifiedTypeReference.java

        protected void reportInvalidType(Scope scope) {
                scope.problemReporter().javadocInvalidType(this, this.resolvedType, scope.getDeclarationModifiers());
        }

        protected void reportDeprecatedType(Scope scope) {
                scope.problemReporter().javadocDeprecatedType(this.resolvedType, this, scope.getDeclarationModifiers());
        }


Clone Instance
2
Line Count
5
Source Line
26
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocArraySingleTypeReference.java

        protected void reportInvalidType(Scope scope) {
                scope.problemReporter().javadocInvalidType(this, this.resolvedType, scope.getDeclarationModifiers());
        }

        protected void reportDeprecatedType(Scope scope) {
                scope.problemReporter().javadocDeprecatedType(this.resolvedType, this, scope.getDeclarationModifiers());
        }


Clone Instance
3
Line Count
5
Source Line
82
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocImplicitTypeReference.java

        protected void reportInvalidType(Scope scope) {
                scope.problemReporter().javadocInvalidType(this, this.resolvedType, scope.getDeclarationModifiers());
        }

        protected void reportDeprecatedType(Scope scope) {
                scope.problemReporter().javadocDeprecatedType(this.resolvedType, this, scope.getDeclarationModifiers());
        }


Clone Instance
4
Line Count
5
Source Line
30
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference.java

        protected void reportInvalidType(Scope scope) {
                scope.problemReporter().javadocInvalidType(this, this.resolvedType, scope.getDeclarationModifiers());
        }

        protected void reportDeprecatedType(Scope scope) {
                scope.problemReporter().javadocDeprecatedType(this.resolvedType, this, scope.getDeclarationModifiers());
        }


Clone AbstractionParameter Count: 0Parameter Bindings

protected void reportInvalidType(Scope scope) {
  scope.problemReporter().javadocInvalidType(this, this.resolvedType, scope.getDeclarationModifiers());
}

protected void reportDeprecatedType(Scope scope) {
  scope.problemReporter().javadocDeprecatedType(this.resolvedType, this, scope.getDeclarationModifiers());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None