Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
24 | 2 | 2 | 0.983 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 17 | 47 | E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/FirebirdManagerHelper.java |
2 | 24 | 47 | E:/TSE/Projects-CloneDR/sql12/plugins/smarttools/src/net/sourceforge/squirrel_sql/plugins/smarttools/SmarttoolsHelper.java |
| |||||
// line separator for easy using ;-) public final static String CR = System.getProperty("line.separator", "\n"); private FirebirdManagerHelper() { } /** * Load an icon image with iconName from the sub package images to package of class FirebirdManagerPlugin * @param imageIconName filename of the icon image * @return ImageIcon or null */ public static ImageIcon loadIcon(String imageIconName) { URL imgURL = FirebirdManagerPlugin.class .getResource("images/" + imageIconName); if (imgURL != null) { return new ImageIcon(imgURL); } else { log.error("Couldn\'t find file: images/" + imageIconName); return null; } } |
| |||||
// line separator for easy using ;-) public final static String CR = System.getProperty("line.separator", "\n"); private SmarttoolsHelper() { } /** * Load an icon image with iconName from the sub package images to package of class FirebirdManagerPlugin * * @param imageIconName * filename of the icon image * @return ImageIcon or null */ public static ImageIcon loadIcon(String imageIconName) { URL imgURL = SmarttoolsPlugin.class .getResource("images/" + imageIconName); if (imgURL != null) { return new ImageIcon(imgURL); } else { log.error("Couldn\'t find file: images/" + imageIconName); return null; } } |
| |||
// line separator for easy using ;-) public final static String CR = System.getProperty("line.separator", "\n"); private [[#variable1cc35b00]]() { } /** * Load an icon image with iconName from the sub package images to package of class FirebirdManagerPlugin * * @param imageIconName * filename of the icon image * @return ImageIcon or null */ /** * Load an icon image with iconName from the sub package images to package of class FirebirdManagerPlugin * @param imageIconName filename of the icon image * @return ImageIcon or null */ public static ImageIcon loadIcon(String imageIconName) { URL imgURL = [[#variable1cc326e0]].class .getResource("images/" + imageIconName); if (imgURL != null) { return new ImageIcon(imgURL); } else { log.error("Couldn\'t find file: images/" + imageIconName); return null; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cc35b00]] | FirebirdManagerHelper |
1 | 2 | [[#1cc35b00]] | SmarttoolsHelper |
2 | 1 | [[#1cc326e0]] | FirebirdManagerPlugin |
2 | 2 | [[#1cc326e0]] | SmarttoolsPlugin |