Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.980 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 286 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/config/Config.java |
2 | 5 | 47 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/config/DefaultConfigDirectory.java |
| |||||
/** * Returns the default configuration path. This value depends on the * underlying operating system. This method must never return null. */ public static File getDefaultConfigPath() { if (OSInfo.isWindowsPlatform()) { return new File("config"); //$NON-NLS-1$ } return new File(System.getProperty("user.home"), ".columba"); //$NON-NLS-1$//$NON-NLS-2$ } |
| |||||
/** * Returns the default configuration path. This value depends on the * underlying operating system. This method must never return null. */ public static File getDefaultPath() { if (OSInfo.isWindowsPlatform()) { return new File("config"); //$NON-NLS-1$ } return new File(System.getProperty("user.home"), ".columba"); //$NON-NLS-1$//$NON-NLS-2$ } |
| |||
/** * Returns the default configuration path. This value depends on the * underlying operating system. This method must never return null. */ /** * Returns the default configuration path. This value depends on the * underlying operating system. This method must never return null. */ public static File [[#variable1316cdc0]]() { if (OSInfo.isWindowsPlatform()) { return new File("config"); //$NON-NLS-1$ } return new File(System.getProperty("user.home"), ".columba"); //$NON-NLS-1$//$NON-NLS-2$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1316cdc0]] | getDefaultConfigPath |
1 | 2 | [[#1316cdc0]] | getDefaultPath |