Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.971 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 223 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/JavaArgumentsTab.java |
2 | 6 | 234 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/JavaArgumentsTab.java |
| ||||
/** * @see org.eclipse.debug.ui.ILaunchConfigurationTab#getErrorMessage() */ public String getErrorMessage() { String m = super.getErrorMessage(); if (m == null) { return fWorkingDirectoryBlock.getErrorMessage(); } return m; } |
| ||||
/** * @see org.eclipse.debug.ui.ILaunchConfigurationTab#getMessage() */ public String getMessage() { String m = super.getMessage(); if (m == null) { return fWorkingDirectoryBlock.getMessage(); } return m; } |
| |||
/** * @see org.eclipse.debug.ui.ILaunchConfigurationTab#getErrorMessage() */ /** * @see org.eclipse.debug.ui.ILaunchConfigurationTab#getMessage() */ public String [[#variable563a66a0]]() { String m = super. [[#variable563a66a0]](); if (m == null) { return fWorkingDirectoryBlock. [[#variable563a66a0]](); } return m; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#563a66a0]] | getErrorMessage |
1 | 2 | [[#563a66a0]] | getMessage |