Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 1 | 0.990 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 478 | E:/TSE/Projects-CloneDR/sql12/plugins/laf/src/net/sourceforge/squirrel_sql/plugins/laf/LAFRegister.java |
2 | 14 | 521 | E:/TSE/Projects-CloneDR/sql12/plugins/laf/src/net/sourceforge/squirrel_sql/plugins/laf/LAFRegister.java |
| |||||
File file = new File(stdLafJarDir, jarName); try { if (file.isFile() && file.exists()) { lafs.put(className, file.toURI().toURL()); } } catch (IOException ex) { s_log.error("Error occured reading Look and Feel jar: " + file.getAbsolutePath(), ex); } |
| |||||
File file = new File(extraLafsDir, jarName); try { if (file.isFile() && file.exists()) { lafs.put(className, file.toURI().toURL()); } } catch (IOException ex) { s_log.error("Error occured reading Look and Feel jar: " + file.getAbsolutePath(), ex); } |
| |||
File file = new File( [[#variable1ccc0a40]], jarName); try { if (file.isFile() && file.exists()) { lafs.put(className, file.toURI().toURL()); } } catch (IOException ex) { s_log.error("Error occured reading Look and Feel jar: " + file.getAbsolutePath(), ex); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ccc0a40]] | stdLafJarDir |
1 | 2 | [[#1ccc0a40]] | extraLafsDir |