Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.954 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 42 | E:/TSE/Projects-CloneDR/sql12/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/FormatDlg.java |
2 | 4 | 32 | E:/TSE/Projects-CloneDR/sql12/plugins/userscript/src/net/sourceforge/squirrel_sql/plugins/userscript/kernel/ScriptPropertiesDialog.java |
| |||||
// i18n[graph.name=Name] JLabel lblName = new JLabel(s_stringMgr.getString("graph.name")); pnlName.add(lblName, BorderLayout.WEST); txtName = new JTextField(); pnlName.add(txtName, BorderLayout.CENTER); |
| |||||
// i18n[userscript.scriptPropsName=Name] JLabel lblName = new JLabel(s_stringMgr.getString("userscript.scriptPropsName")); pnl1.add(lblName, BorderLayout.WEST); txtName = new JTextField(); pnl1.add(txtName, BorderLayout.CENTER); |
| |||
// i18n[graph.name=Name] // i18n[userscript.scriptPropsName=Name] JLabel lblName = new JLabel(s_stringMgr.getString( [[#variable1c84dfa0]])); [[#variable1c84ce60]].add(lblName, BorderLayout.WEST); txtName = new JTextField(); [[#variable1c84ce60]].add(txtName, BorderLayout.CENTER); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c84dfa0]] | "graph.name" |
1 | 2 | [[#1c84dfa0]] | "userscript.scriptPropsName" |
2 | 1 | [[#1c84ce60]] | pnlName |
2 | 2 | [[#1c84ce60]] | pnl1 |