Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 3 | 2 | 0.971 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 402 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/VFS.java |
2 | 9 | 436 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/VFS.java |
3 | 9 | 469 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/VFS.java |
| |||||
if ((getCapabilities()&READ_CAP) == 0) { VFSManager.error(view, path, "vfs.not-supported.load", new String[] { name } ); return false; } Object session = createVFSSession(path, view); if (session == null) return false; |
| |||||
if ((getCapabilities()&WRITE_CAP) == 0) { VFSManager.error(view, path, "vfs.not-supported.save", new String[] { name } ); return false; } Object session = createVFSSession(path, view); if (session == null) return false; |
| |||||
if ((getCapabilities()&READ_CAP) == 0) { VFSManager.error(view, path, "vfs.not-supported.load", new String[] { name } ); return false; } Object session = createVFSSession(path, view); if (session == null) return false; |
| |||
if ((getCapabilities()& [[#variableae75360]]) == 0) { VFSManager.error(view, path, [[#variableae74280]], new String[] { name } ); return false; } Object session = createVFSSession(path, view); if (session == null) return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ae75360]] | READ_CAP |
1 | 2 | [[#ae75360]] | WRITE_CAP |
1 | 3 | [[#ae75360]] | READ_CAP |
2 | 1 | [[#ae74280]] | "vfs.not-supported.load" |
2 | 2 | [[#ae74280]] | "vfs.not-supported.save" |
2 | 3 | [[#ae74280]] | "vfs.not-supported.load" |