Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 245 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeClob.java |
2 | 6 | 278 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeString.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 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; } |
| |||
/* * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |