Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.987 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 436 | E:/TSE/Projects-CloneDR/jEdit-4.2/jars/MacOS/macos/Delegate.java |
2 | 5 | 48 | E:/TSE/Projects-CloneDR/jEdit-4.2/jars/MacOS/macos/menu/ShowRecentMenu.java |
| |||||
List recent = BufferHistory.getHistory(); NSMenuItem item; File file; int max = recent.size(); int min = max - 20; |
| |||||
List recent = BufferHistory.getHistory(); JMenuItem item; File file; int max = recent.size(); int min = max - 20; |
| |||
List recent = BufferHistory.getHistory(); [[#variableaed3780]] item; File file; int max = recent.size(); int min = max - 20; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#aed3780]] | NSMenuItem |
1 | 2 | [[#aed3780]] | JMenuItem |