CloneSet438


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.952method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13333
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/MiscUtilities.java
23370
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/MiscUtilities.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
333
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/MiscUtilities.java

//{{{ getFileName() method
/**
 * Returns the last component of the specified path.
 * This method is VFS-aware.
 * @param path The path name
 */
public static String getFileName(String path) {
  return VFSManager.getVFSForPath(path).getFileName(path);
} //}}}


First
Previous
Clone Instance
2
Line Count
3
Source Line
370
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/MiscUtilities.java

//{{{ getParentOfPath() method
/**
 * Returns the parent of the specified path. This method is VFS-aware.
 * @param path The path name
 * @since jEdit 2.6pre5
 */
public static String getParentOfPath(String path) {
  return VFSManager.getVFSForPath(path).getParentOfPath(path);
} //}}}


Clone AbstractionParameter Count: 1Parameter Bindings

//{{{ getParentOfPath() method
/**
         * Returns the parent of the specified path. This method is VFS-aware.
         * @param path The path name
         * @since jEdit 2.6pre5
         */
//{{{ getFileName() method
/**
         * Returns the last component of the specified path.
         * This method is VFS-aware.
         * @param path The path name
         */
public static String  [[#variablec2b3dc0]](String path) {
  return VFSManager.getVFSForPath(path). [[#variablec2b3dc0]](path);
} //}}}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#c2b3dc0]]
getFileName 
12[[#c2b3dc0]]
getParentOfPath