Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.970 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 165 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMRunner.java |
2 | 2 | 142 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionLaunchConfigurationDelegate.java |
| ||||
// not found abort(MessageFormat.format(LaunchingMessages.StandardVMRunner_Specified_executable__0__does_not_exist_for__1__4, new String[] { command, fVMInstance.getName() } ), null, IJavaLaunchConfigurationConstants.ERR_INTERNAL_ERROR); // NOTE: an exception will be thrown - null cannot be returned return null; |
| ||||
abort(Messages.format(CorrectionMessages.SerialVersionHashProposal_wrong_executable, new String[] { command, fInstall.getName() } ), null, IJavaLaunchConfigurationConstants.ERR_INTERNAL_ERROR); return null; |
| |||
// not found abort( [[#variableb1007780]].format( [[#variableb0fe8b80]]. [[#variableb0fe8ba0]], new String[] { command, [[#variableb1007d40]].getName() } ), null, IJavaLaunchConfigurationConstants.ERR_INTERNAL_ERROR); // NOTE: an exception will be thrown - null cannot be returned return null; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b1007780]] | Messages |
1 | 2 | [[#b1007780]] | MessageFormat |
2 | 1 | [[#b0fe8b80]] | CorrectionMessages |
2 | 2 | [[#b0fe8b80]] | LaunchingMessages |
3 | 1 | [[#b0fe8ba0]] | SerialVersionHashProposal_wrong_executable |
3 | 2 | [[#b0fe8ba0]] | StandardVMRunner_Specified_executable__0__does_not_exist_for__1__4 |
4 | 1 | [[#b1007d40]] | fInstall |
4 | 2 | [[#b1007d40]] | fVMInstance |