CloneSet760


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8310.976block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18129
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/xml/XmlIO.java
29137
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/xml/XmlIO.java
38146
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/xml/XmlIO.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
129
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/xml/XmlIO.java

{
  LOG.severe("XML config error while attempting to read from the input stream \n\'" + input + "\'");
  LOG.severe(ex.toString());
  ex.printStackTrace();
  return (false);
}


Next
Previous
Clone Instance
2
Line Count
9
Source Line
137
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/xml/XmlIO.java

{
  // Error
  LOG.severe("XML parse error while attempting to read from the input stream \n\'" + input + "\'");
  LOG.severe(ex.toString());
  ex.printStackTrace();
  return (false);
}


First
Previous
Clone Instance
3
Line Count
8
Source Line
146
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/xml/XmlIO.java

{
  LOG.severe("I/O error while attempting to read from the input stream \n\'" + input + "\'");
  LOG.severe(ex.toString());
  ex.printStackTrace();
  return (false);
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  // Error
  LOG.severe( [[#variable130ebc20]] + input + "\'");
  LOG.severe(ex.toString());
  ex.printStackTrace();
  return (false);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#130ebc20]]
"XML config error while attempting to read from the input stream \n\'" 
12[[#130ebc20]]
"XML parse error while attempting to read from the input stream \n\'" 
13[[#130ebc20]]
"I/O error while attempting to read from the input stream \n\'"