Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.976 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 54 | E:/TSE/Projects-CloneDR/jEdit-4.2/jars/MacOS/macos/menu/ShowRecentDirMenu.java |
2 | 6 | 54 | E:/TSE/Projects-CloneDR/jEdit-4.2/jars/MacOS/macos/menu/ShowRecentMenu.java |
| |||||
if (max == 0) { item = new JMenuItem(jEdit.getProperty("MacOSPlugin.menu.recentDir.none")); item.setEnabled(false); add(item); return; } |
| |||||
if (max == 0) { item = new JMenuItem(jEdit.getProperty("MacOSPlugin.menu.recent.none")); item.setEnabled(false); add(item); return; } |
| |||
if (max == 0) { item = new JMenuItem(jEdit.getProperty( [[#variablec2bd040]])); item.setEnabled(false); add(item); return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c2bd040]] | "MacOSPlugin.menu.recentDir.none" |
1 | 2 | [[#c2bd040]] | "MacOSPlugin.menu.recent.none" |