CloneSet6152


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.992executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14370
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration.java
24452
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration.java
Clone Instance
1
Line Count
4
Source Line
370
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration.java

                                                                                {
                                                NLSTag tag = this.nlsTags[i];
                                                if (tag != null) {
                                                        scope.problemReporter().unnecessaryNLSTags(tag.start, tag.end);
                                                }
                                                                                }


Clone Instance
2
Line Count
4
Source Line
452
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration.java

                                                                               {
                                                NLSTag tag = this.nlsTags[index];
                                                if (tag != null) {
                                                        scope.problemReporter().unnecessaryNLSTags(tag.start, tag.end);
                                                }
                                                                               }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  NLSTag tag = this.nlsTags[ [[#variable5c9eee80]]];
  if (tag != null) {
    scope.problemReporter().unnecessaryNLSTags(tag.start, tag.end);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5c9eee80]]
i 
12[[#5c9eee80]]
index