Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 200 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/FavoritesVFS.java |
2 | 9 | 227 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/FileRootsVFS.java |
| |||||
public String getExtendedAttribute(String name) { if (name.equals(EA_TYPE)) return super.getExtendedAttribute(name); else { // don't want it to show "0 bytes" for size, // etc. return null; } } |
| |||||
public String getExtendedAttribute(String name) { if (name.equals(EA_TYPE)) return super.getExtendedAttribute(name); else { // don't want it to show "0 bytes" for size, // etc. return null; } } |
| |||
public String getExtendedAttribute(String name) { if (name.equals(EA_TYPE)) return super.getExtendedAttribute(name); else { // don't want it to show "0 bytes" for size, // etc. return null; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |