CloneSet31


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
41420.971statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14276
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java
24287
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java
34297
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java
44308
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java
54318
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java
64329
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java
74339
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java
84350
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java
94359
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java
104370
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java
114379
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java
124390
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java
134399
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java
144410
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
276
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java

final IAttributeType t = getType().getAttribute(theName, theNamespace);
if ( !t.getBaseType().equals(BASETYPE.STRING)) {
  throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace + "> is not of type String");
}


Next
Previous
Clone Instance
2
Line Count
4
Source Line
287
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java

final IAttributeType t = getType().getAttribute(theName, theNamespace);
if ( !t.getBaseType().equals(BASETYPE.STRING)) {
  throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace + "> is not of type String");
}


Next
Previous
Clone Instance
3
Line Count
4
Source Line
297
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java

final IAttributeType t = getType().getAttribute(theName, theNamespace);
if ( !t.getBaseType().equals(BASETYPE.INTEGER)) {
  throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace + "> is not of type Integer");
}


Next
Previous
Clone Instance
4
Line Count
4
Source Line
308
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java

final IAttributeType t = getType().getAttribute(theName, theNamespace);
if ( !t.getBaseType().equals(BASETYPE.INTEGER)) {
  throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace + "> is not of type Integer");
}


Next
Previous
Clone Instance
5
Line Count
4
Source Line
318
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java

final IAttributeType t = getType().getAttribute(theName, theNamespace);
if ( !t.getBaseType().equals(BASETYPE.DATE)) {
  throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace + "> is not of type Date");
}


Next
Previous
Clone Instance
6
Line Count
4
Source Line
329
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java

final IAttributeType t = getType().getAttribute(theName, theNamespace);
if ( !t.getBaseType().equals(BASETYPE.DATE)) {
  throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace + "> is not of type Date");
}


Next
Previous
Clone Instance
7
Line Count
4
Source Line
339
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java

final IAttributeType t = getType().getAttribute(theName, theNamespace);
if ( !t.getBaseType().equals(BASETYPE.FLOAT)) {
  throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace + "> is not of type Float");
}


Next
Previous
Clone Instance
8
Line Count
4
Source Line
350
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java

final IAttributeType t = getType().getAttribute(theName, theNamespace);
if ( !t.getBaseType().equals(BASETYPE.FLOAT)) {
  throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace + "> is not of type Float");
}


Next
Previous
Clone Instance
9
Line Count
4
Source Line
359
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java

final IAttributeType t = getType().getAttribute(theName, theNamespace);
if ( !t.getBaseType().equals(BASETYPE.DOUBLE)) {
  throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace + "> is not of type Double");
}


Next
Previous
Clone Instance
10
Line Count
4
Source Line
370
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java

final IAttributeType t = getType().getAttribute(theName, theNamespace);
if ( !t.getBaseType().equals(BASETYPE.DOUBLE)) {
  throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace + "> is not of type Double");
}


Next
Previous
Clone Instance
11
Line Count
4
Source Line
379
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java

final IAttributeType t = getType().getAttribute(theName, theNamespace);
if ( !t.getBaseType().equals(BASETYPE.BINARY)) {
  throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace + "> is not of type binary");
}


Next
Previous
Clone Instance
12
Line Count
4
Source Line
390
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java

final IAttributeType t = getType().getAttribute(theName, theNamespace);
if ( !t.getBaseType().equals(BASETYPE.BINARY)) {
  throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace + "> is not of type binary");
}


Next
Previous
Clone Instance
13
Line Count
4
Source Line
399
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java

final IAttributeType t = getType().getAttribute(theName, theNamespace);
if ( !t.getBaseType().equals(BASETYPE.INPUTSTREAM)) {
  throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace + "> is not of type blob (binary inputstream)");
}


First
Previous
Clone Instance
14
Line Count
4
Source Line
410
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/context/base/StructureValue.java

final IAttributeType t = getType().getAttribute(theName, theNamespace);
if ( !t.getBaseType().equals(BASETYPE.INPUTSTREAM)) {
  throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace + "> is not of type blob (binary inputstream)");
}


Clone AbstractionParameter Count: 2Parameter Bindings

final IAttributeType t = getType().getAttribute(theName, theNamespace);
if ( !t.getBaseType().equals(BASETYPE. [[#variablef3b3720]])) {
  throw new IllegalArgumentException("attribute <" + theName + "," + theNamespace +  [[#variablef3b27a0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#f3b3720]]
STRING 
12[[#f3b3720]]
STRING 
13[[#f3b3720]]
INTEGER 
14[[#f3b3720]]
INTEGER 
15[[#f3b3720]]
DATE 
16[[#f3b3720]]
DATE 
17[[#f3b3720]]
FLOAT 
18[[#f3b3720]]
FLOAT 
19[[#f3b3720]]
DOUBLE 
110[[#f3b3720]]
DOUBLE 
111[[#f3b3720]]
BINARY 
112[[#f3b3720]]
BINARY 
113[[#f3b3720]]
INPUTSTREAM 
114[[#f3b3720]]
INPUTSTREAM 
21[[#f3b27a0]]
"> is not of type String" 
22[[#f3b27a0]]
"> is not of type String" 
23[[#f3b27a0]]
"> is not of type Integer" 
24[[#f3b27a0]]
"> is not of type Integer" 
25[[#f3b27a0]]
"> is not of type Date" 
26[[#f3b27a0]]
"> is not of type Date" 
27[[#f3b27a0]]
"> is not of type Float" 
28[[#f3b27a0]]
"> is not of type Float" 
29[[#f3b27a0]]
"> is not of type Double" 
210[[#f3b27a0]]
"> is not of type Double" 
211[[#f3b27a0]]
"> is not of type binary" 
212[[#f3b27a0]]
"> is not of type binary" 
213[[#f3b27a0]]
"> is not of type blob (binary inputstream)" 
214[[#f3b27a0]]
"> is not of type blob (binary inputstream)"