Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 457 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Macros.java |
2 | 10 | 490 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Macros.java |
| |||||
if (settings == null) { GUIUtilities.error(view, "no-settings", new String[0]); return; } if (view.getMacroRecorder() != null) { GUIUtilities.error(view, "already-recording", new String[0]); return; } |
| |||||
if (settings == null) { GUIUtilities.error(view, "no-settings", new String[0]); return; } if (view.getMacroRecorder() != null) { GUIUtilities.error(view, "already-recording", new String[0]); return; } |
| |||
if (settings == null) { GUIUtilities.error(view, "no-settings", new String[0]); return; } if (view.getMacroRecorder() != null) { GUIUtilities.error(view, "already-recording", new String[0]); return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |