CloneSet860


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18140
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DTProperties.java
26159
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DTProperties.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
140
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DTProperties.java

// if we have seen a property for this DataType before, then the
// hashmap already exists.  Otherwise, we need to create it now.
HashMap<String, String> h = dataTypes.get(dataTypeName);
if (h == null) {
  h = new HashMap<String, String>();
  dataTypes.put(dataTypeName, h);
}
// put the property into the hashmap
h.put(propertyName, propertyValue);


First
Previous
Clone Instance
2
Line Count
6
Source Line
159
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DTProperties.java

// get the hashmap for this type, or create it if this is a new property
HashMap<String, String> h = dataTypes.get(dataTypeName);
if (h == null) {
  h = new HashMap<String, String>();
  dataTypes.put(dataTypeName, h);
}
h.put(propertyName, propertyValue);


Clone AbstractionParameter Count: 0Parameter Bindings

// if we have seen a property for this DataType before, then the
// hashmap already exists.  Otherwise, we need to create it now.
// get the hashmap for this type, or create it if this is a new property
HashMap<String, String> h = dataTypes.get(dataTypeName);
if (h == null) {
  h = new HashMap<String, String>();
  dataTypes.put(dataTypeName, h);
}
// put the property into the hashmap
h.put(propertyName, propertyValue);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None