Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 0 | 1.000 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1703 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/jEdit.java |
2 | 4 | 1914 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/jEdit.java |
3 | 4 | 2561 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/jEdit.java |
| |||||
if ((VFSManager.getVFSForPath(path).getCapabilities()&VFS.CASE_INSENSITIVE_CAP) != 0) { path = path.toLowerCase(); } |
| |||||
// paths on case-insensitive filesystems are stored as lower // case in the hash. if ((VFSManager.getVFSForPath(path).getCapabilities()&VFS.CASE_INSENSITIVE_CAP) != 0) { path = path.toLowerCase(); } |
| |||||
if ((VFSManager.getVFSForPath(path).getCapabilities()&VFS.CASE_INSENSITIVE_CAP) != 0) { path = path.toLowerCase(); } |
| |||
// paths on case-insensitive filesystems are stored as lower // case in the hash. if ((VFSManager.getVFSForPath(path).getCapabilities()&VFS.CASE_INSENSITIVE_CAP) != 0) { path = path.toLowerCase(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |