Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 2 | 0.955 | type_declarations |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 25 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/mainframe/action/GlobalPreferencesAction.java |
2 | 11 | 25 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/mainframe/action/NewSessionPropertiesAction.java |
| |||||
public class GlobalPreferencesAction extends SquirrelAction { public GlobalPreferencesAction(IApplication app) { super(app); } public void actionPerformed(ActionEvent evt) { new GlobalPreferencesCommand(getApplication()).execute(); } } |
| |||||
public class NewSessionPropertiesAction extends SquirrelAction { public NewSessionPropertiesAction(IApplication app) { super(app); } public void actionPerformed(ActionEvent evt) { new NewSessionPropertiesCommand(getApplication()).execute(); } } |
| |||
public class [[#variable1c829b40]]extends SquirrelAction { public [[#variable1c829b40]](IApplication app) { super(app); } public void actionPerformed(ActionEvent evt) { new [[#variable1c829b00]](getApplication()).execute(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c829b40]] | GlobalPreferencesAction |
1 | 2 | [[#1c829b40]] | NewSessionPropertiesAction |
2 | 1 | [[#1c829b00]] | GlobalPreferencesCommand |
2 | 2 | [[#1c829b00]] | NewSessionPropertiesCommand |