Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.959 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 1059 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/objecttree/ObjectTreePanel.java |
2 | 7 | 1071 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/objecttree/ObjectTreePanel.java |
| |||||
{ StringBuilder buf = new StringBuilder(); buf.append("Source object in TabbedPaneListener was not a JTabbedpane").append(" - it was ").append(src == null ? "null": src.getClass().getName()); s_log.error(buf.toString()); return; } |
| |||||
{ StringBuilder buf = new StringBuilder(); buf.append("Client property in JTabbedPane was not an ObjectTreeTabbedPane").append(" - it was ").append(prop == null ? "null": prop.getClass().getName()); s_log.error(buf.toString()); return; } |
| |||
{ StringBuilder buf = new StringBuilder(); buf.append( [[#variable1cdc2400]]).append(" - it was ").append( [[#variable1cdc23a0]]== null ? "null": [[#variable1cdc23a0]].getClass().getName()); s_log.error(buf.toString()); return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cdc2400]] | "Source object in TabbedPaneListener was not a JTabbedpane" |
1 | 2 | [[#1cdc2400]] | "Client property in JTabbedPane was not an ObjectTreeTabbedPane" |
2 | 1 | [[#1cdc23a0]] | src |
2 | 2 | [[#1cdc23a0]] | prop |