CloneSet3213


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2420.980executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12464
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMType.java
22468
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMType.java
32471
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMType.java
42473
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMType.java
Clone Instance
1
Line Count
2
Source Line
464
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMType.java

                                                                  {
                        status = new Status(IStatus.ERROR, LaunchingPlugin.getUniqueIdentifier(), 0, LaunchingMessages.StandardVMType_Standard_VM_not_supported_on_MacOS__1, null);
                                                                  }


Clone Instance
2
Line Count
2
Source Line
468
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMType.java

                                                    {
                                status = new Status(IStatus.ERROR, LaunchingPlugin.getUniqueIdentifier(), 0, LaunchingMessages.StandardVMType_Not_a_JDK_Root__Java_executable_was_not_found_1, null); //                        
                                                    }


Clone Instance
3
Line Count
2
Source Line
471
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMType.java

                                                                                               {
                                        status = new Status(IStatus.OK, LaunchingPlugin.getUniqueIdentifier(), 0, LaunchingMessages.StandardVMType_ok_2, null);
                                                                                               }


Clone Instance
4
Line Count
2
Source Line
473
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMType.java

                                       {
                                        status = new Status(IStatus.ERROR, LaunchingPlugin.getUniqueIdentifier(), 0, LaunchingMessages.StandardVMType_Not_a_JDK_root__System_library_was_not_found__1, null);
                                       }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  status = new Status(IStatus. [[#variablebb0b7320]], LaunchingPlugin.getUniqueIdentifier(), 0, LaunchingMessages. [[#variablebb0b7280]], null); //                      
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bb0b7320]]
ERROR 
12[[#bb0b7320]]
ERROR 
13[[#bb0b7320]]
OK 
14[[#bb0b7320]]
ERROR 
21[[#bb0b7280]]
StandardVMType_Standard_VM_not_supported_on_MacOS__1 
22[[#bb0b7280]]
StandardVMType_Not_a_JDK_Root__Java_executable_was_not_found_1 
23[[#bb0b7280]]
StandardVMType_ok_2 
24[[#bb0b7280]]
StandardVMType_Not_a_JDK_root__System_library_was_not_found__1