CloneSet928


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.980method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15286
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/config/Config.java
2547
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/config/DefaultConfigDirectory.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
286
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/config/Config.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$
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
47
Source File
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 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$
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1316cdc0]]
getDefaultConfigPath 
12[[#1316cdc0]]
getDefaultPath