CloneSet1097


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16245
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeClob.java
26278
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeString.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
245
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeClob.java

/*
 * First we have the methods for in-cell and Text-table operations
 */
/**
 * Render a value into text for this DataType.
 */
public String renderObject(Object value) {
  String text = (String) _renderer.renderObject(value);
  if (_makeNewlinesVisibleInCell) {
    text = text.replaceAll("\n", "/\\n");
  }
  return text;
}


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

/*
         * First we have the cell-related and Text-table operations.
         */
/**
 * Render a value into text for this DataType.
 */
public String renderObject(Object value) {
  String text = (String) _renderer.renderObject(value);
  if (_makeNewlinesVisibleInCell) {
    text = text.replaceAll("\n", "/\\n");
  }
  return text;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/*
         * First we have the methods for in-cell and Text-table operations
         */
/*
                 * First we have the cell-related and Text-table operations.
                 */
/**
         * Render a value into text for this DataType.
         */
public String renderObject(Object value) {
  String text = (String) _renderer.renderObject(value);
  if (_makeNewlinesVisibleInCell) {
    text = text.replaceAll("\n", "/\\n");
  }
  return text;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None