CloneSet5293


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2240.970statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13165
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMRunner.java
22142
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionLaunchConfigurationDelegate.java
Clone Instance
1
Line Count
3
Source Line
165
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMRunner.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;


Clone Instance
2
Line Count
2
Source Line
142
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SerialVersionLaunchConfigurationDelegate.java

                        abort(Messages.format(CorrectionMessages.SerialVersionHashProposal_wrong_executable, new String[] {
                                                                                                                            command, fInstall.getName()
                                                                                                                          } ),                             null, IJavaLaunchConfigurationConstants.ERR_INTERNAL_ERROR);
                        return null;


Clone AbstractionParameter Count: 4Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b1007780]]
Messages 
12[[#b1007780]]
MessageFormat 
21[[#b0fe8b80]]
CorrectionMessages 
22[[#b0fe8b80]]
LaunchingMessages 
31[[#b0fe8ba0]]
SerialVersionHashProposal_wrong_executable 
32[[#b0fe8ba0]]
StandardVMRunner_Specified_executable__0__does_not_exist_for__1__4 
41[[#b1007d40]]
fInstall 
42[[#b1007d40]]
fVMInstance