Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.973 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 139 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Buffer.java |
2 | 4 | 442 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Buffer.java |
3 | 2 | 3785 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/Buffer.java |
| |||||
int result = GUIUtilities.confirm(view, "changedreload", args, JOptionPane.YES_NO_OPTION, JOptionPane.WARNING_MESSAGE); |
| |||||
int result = GUIUtilities.confirm(view, "filechanged-save", args, JOptionPane.YES_NO_OPTION, JOptionPane.WARNING_MESSAGE); |
| |||||
int result = GUIUtilities.confirm(view, "autosave-found", args, JOptionPane.YES_NO_OPTION, JOptionPane.WARNING_MESSAGE); |
| |||
int result = GUIUtilities.confirm(view, [[#variablee214160]], args, JOptionPane.YES_NO_OPTION, JOptionPane.WARNING_MESSAGE); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#e214160]] | "changedreload" |
1 | 2 | [[#e214160]] | "filechanged-save" |
1 | 3 | [[#e214160]] | "autosave-found" |