Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 5 | 0.954 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 629 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaDebugOptionsManager.java |
2 | 2 | 199 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog2.java |
| ||||
status = new Status(IStatus.ERROR, JDIDebugUIPlugin.getUniqueIdentifier(), IStatus.ERROR, ref.referenceType().name(), null); |
| ||||
status = new Status(IStatus.ERROR, JavaPlugin.getPluginId(), IStatus.ERROR, e.getStatus().getMessage(), null); |
| |||
status = new Status(IStatus.ERROR, [[#variable64002e00]]. [[#variable64002d80]](), IStatus.ERROR, [[#variable64002d00]]. [[#variable64002ca0]](). [[#variable64002c00]](), null); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#64002e00]] | JDIDebugUIPlugin |
1 | 2 | [[#64002e00]] | JavaPlugin |
2 | 1 | [[#64002d80]] | getUniqueIdentifier |
2 | 2 | [[#64002d80]] | getPluginId |
3 | 1 | [[#64002d00]] | ref |
3 | 2 | [[#64002d00]] | e |
4 | 1 | [[#64002ca0]] | referenceType |
4 | 2 | [[#64002ca0]] | getStatus |
5 | 1 | [[#64002c00]] | name |
5 | 2 | [[#64002c00]] | getMessage |