CloneSet2167


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

// i18n[dataTypeBigDecimal.scaleEceeded=Scale Exceeded: Number 
//of digits to right of decimal place ({0})\nis greater than 
//allowed in column ({1}).]
String msg = s_stringMgr.getString("dataTypeBigDecimal.scaleEceeded", args);
messageBuffer.append(msg);
return null;


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

// i18n[dataTypeBigDecimal.precisionEceeded=Precision Exceeded: 
//Number of digits in number ({0})\nis greater than allowed in 
//column ({1})]
String msg = s_stringMgr.getString("dataTypeBigDecimal.precisionEceeded", args);
messageBuffer.append(msg);
return null;


Clone AbstractionParameter Count: 1Parameter Bindings

// i18n[dataTypeBigDecimal.scaleEceeded=Scale Exceeded: Number 
//of digits to right of decimal place ({0})\nis greater than 
//allowed in column ({1}).]
// i18n[dataTypeBigDecimal.precisionEceeded=Precision Exceeded: 
//Number of digits in number ({0})\nis greater than allowed in 
//column ({1})]
String msg = s_stringMgr.getString( [[#variable1ca702e0]], args);
messageBuffer.append(msg);
return null;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ca702e0]]
"dataTypeBigDecimal.scaleEceeded" 
12[[#1ca702e0]]
"dataTypeBigDecimal.precisionEceeded"