Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 1 | 0.958 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 201 | E:/TSE/Projects-CloneDR/sql12/plugins/laf/src/net/sourceforge/squirrel_sql/plugins/laf/MetalLookAndFeelController.java |
2 | 13 | 109 | E:/TSE/Projects-CloneDR/sql12/plugins/laf/src/net/sourceforge/squirrel_sql/plugins/laf/PlasticLookAndFeelController.java |
| |||||
/** * Retrieve the name of the current theme. * * @return Name of the current theme. */ String getCurrentThemeName() { return _currentThemePrefs.getThemeName(); } /** * Set the current theme name. * * @param name name of the current theme. */ void setCurrentThemeName(String name) { _currentThemePrefs.setThemeName(name); } |
| |||||
/** * Retrieve the name of the current theme. * * @return Name of the current theme. */ String getCurrentThemeName() { return _prefs.getThemeName(); } /** * Set the current theme name. * * @param name name of the current theme. */ void setCurrentThemeName(String name) { _prefs.setThemeName(name); } |
| |||
/** * Retrieve the name of the current theme. * * @return Name of the current theme. */ String getCurrentThemeName() { return [[#variable1c95a180]].getThemeName(); } /** * Set the current theme name. * * @param name name of the current theme. */ void setCurrentThemeName(String name) { [[#variable1c95a180]].setThemeName(name); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c95a180]] | _currentThemePrefs |
1 | 2 | [[#1c95a180]] | _prefs |