CloneSet586


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.970switch_group
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
183615
E:/TSE/Projects-CloneDR/jEdit-4.2/com/microstar/xml/XmlParser.java
283623
E:/TSE/Projects-CloneDR/jEdit-4.2/com/microstar/xml/XmlParser.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
3615
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/com/microstar/xml/XmlParser.java

case INPUT_STREAM:
  dataBufferFlush();
  if (baseURI != null) {
    if (handler != null) {
      handler.endExternalEntity(baseURI);
    }
  }
  break;


First
Previous
Clone Instance
2
Line Count
8
Source Line
3623
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/com/microstar/xml/XmlParser.java

case INPUT_READER:
  dataBufferFlush();
  if (baseURI != null) {
    if (handler != null) {
      handler.endExternalEntity(baseURI);
    }
  }
  break;


Clone AbstractionParameter Count: 1Parameter Bindings

case [[#variablec2f7660]]:
  dataBufferFlush();
  if (baseURI != null) {
    if (handler != null) {
      handler.endExternalEntity(baseURI);
    }
  }
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#c2f7660]]
INPUT_STREAM 
12[[#c2f7660]]
INPUT_READER