CloneSet3141


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.958statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17192
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Annotation.java
27205
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Annotation.java
Clone Instance
1
Line Count
7
Source Line
192
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Annotation.java

                                                        if (cst != Constant.NotAConstant && cst.typeID() == T_JavaLangString) {
                                                                long irritant = CompilerOptions.warningTokenToIrritant(cst.stringValue());
                                                                if (irritant != 0) {
                                                                        suppressWarningIrritants |= irritant;
                                                                        if ( ~suppressWarningIrritants == 0) break pairLoop;
                                                                }
                                                                else   {
                                                                        scope.problemReporter().unhandledWarningToken(inits[j]);
                                                                }
                                                        }


Clone Instance
2
Line Count
7
Source Line
205
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Annotation.java

                                        if (cst != Constant.NotAConstant && cst.typeID() == T_JavaLangString) {
                                                long irritant = CompilerOptions.warningTokenToIrritant(cst.stringValue());
                                                if (irritant != 0) {
                                                        suppressWarningIrritants |= irritant;
                                                        if ( ~suppressWarningIrritants == 0) break pairLoop;
                                                }
                                                else   {
                                                        scope.problemReporter().unhandledWarningToken(value);
                                                }
                                        }


Clone AbstractionParameter Count: 1Parameter Bindings

if (cst != Constant.NotAConstant && cst.typeID() == T_JavaLangString) {
  long irritant = CompilerOptions.warningTokenToIrritant(cst.stringValue());
  if (irritant != 0) {
    suppressWarningIrritants |= irritant;
    if ( ~suppressWarningIrritants == 0)
      break pairLoop;
  }
  else {
    scope.problemReporter().unhandledWarningToken( [[#variable7dce48c0]]);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#7dce48c0]]
inits[j] 
12[[#7dce48c0]]
value