Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 1 | 0.976 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 704 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/DockableWindowManager.java |
2 | 5 | 733 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/DockableWindowManager.java |
3 | 5 | 782 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/DockableWindowManager.java |
| |||||
Entry entry = (Entry) windows.get(name); if (entry == null) { Log.log(Log.ERROR, this, "Unknown dockable window: " + name); return null; } |
| |||||
Entry entry = (Entry) windows.get(name); if (entry == null) { Log.log(Log.ERROR, this, "Unknown dockable window: " + name); return; } |
| |||||
Entry entry = (Entry) windows.get(name); if (entry == null) { Log.log(Log.ERROR, this, "Unknown dockable window: " + name); return; } |
| |||
Entry entry = (Entry) windows.get(name); if (entry == null) { Log.log(Log.ERROR, this, "Unknown dockable window: " + name); [[#variableaee6380]] } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#aee6380]] | return null; |
1 | 2 | [[#aee6380]] | return; |
1 | 3 | [[#aee6380]] | return; |