CloneSet426


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15736
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/objectweb/asm/CodeWriter.java
25791
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/objectweb/asm/CodeWriter.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
736
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/objectweb/asm/CodeWriter.java

if (CHECK) {
  if (label.owner == null) {
    label.owner = this ;
  }
  else
    if (label.owner != this ) {
      throw new IllegalArgumentException();
    }
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
791
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/objectweb/asm/CodeWriter.java

if (CHECK) {
  if (label.owner == null) {
    label.owner = this ;
  }
  else
    if (label.owner != this ) {
      throw new IllegalArgumentException();
    }
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (CHECK) {
  if (label.owner == null) {
    label.owner = this ;
  }
  else
    if (label.owner != this ) {
      throw new IllegalArgumentException();
    }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None