CloneSet2330


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11210.996executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111676
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java
211977
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java
Clone Instance
1
Line Count
11
Source Line
676
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java

                                                              {
                TypeDeclaration typeDecl = this.scope.referenceContext;
                boolean old = typeDecl.staticInitializerScope.insideTypeAnnotation;
                try {
                        typeDecl.staticInitializerScope.insideTypeAnnotation = true;
                        ASTNode.resolveAnnotations(typeDecl.staticInitializerScope, typeDecl.annotations, this );
                } finally {
                        typeDecl.staticInitializerScope.insideTypeAnnotation = old;
                  }
                if ((this.tagBits&  TagBits.AnnotationDeprecated) != 0)
                        this.modifiers |= ClassFileConstants.AccDeprecated;
                                                              }


Clone Instance
2
Line Count
11
Source Line
977
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java

                                                                                             {
                TypeDeclaration typeDecl = this.scope.referenceContext;
                boolean old = typeDecl.staticInitializerScope.insideTypeAnnotation;
                try {
                        typeDecl.staticInitializerScope.insideTypeAnnotation = true;
                        ASTNode.resolveDeprecatedAnnotations(typeDecl.staticInitializerScope, typeDecl.annotations, this );
                } finally {
                        typeDecl.staticInitializerScope.insideTypeAnnotation = old;
                  }
                if ((this.tagBits&  TagBits.AnnotationDeprecated) != 0)
                        this.modifiers |= ClassFileConstants.AccDeprecated;
                                                                                             }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  TypeDeclaration typeDecl = this.scope.referenceContext;
  boolean old = typeDecl.staticInitializerScope.insideTypeAnnotation;
  try {
    typeDecl.staticInitializerScope.insideTypeAnnotation = true;
    ASTNode. [[#variable9e7c7120]](typeDecl.staticInitializerScope, typeDecl.annotations, this );
  }
  finally {
    typeDecl.staticInitializerScope.insideTypeAnnotation = old;
  }
  if ((this.tagBits&TagBits.AnnotationDeprecated) != 0)
    this.modifiers |= ClassFileConstants.AccDeprecated;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9e7c7120]]
resolveDeprecatedAnnotations 
12[[#9e7c7120]]
resolveAnnotations