CloneSet1168


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.971executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14729
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/IntrospectionHelper.java
24794
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/IntrospectionHelper.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
729
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/IntrospectionHelper.java

if (nt == null) {
  throw new UnsupportedElementException("Class " + bean.getName() + " doesn\'t support the nested \"" + elementName + "\" element.", elementName);
}


First
Previous
Clone Instance
2
Line Count
4
Source Line
794
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/IntrospectionHelper.java

if (creator == null) {
  throw new UnsupportedElementException("Class " + bean.getName() + " doesn\'t support the nested \"" + elementName + "\" element.", elementName);
}


Clone AbstractionParameter Count: 1Parameter Bindings

if ( [[#variable112651c0]]== null) {
  throw new UnsupportedElementException("Class " + bean.getName() + " doesn\'t support the nested \"" + elementName + "\" element.", elementName);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#112651c0]]
nt 
12[[#112651c0]]
creator