CloneSet3613


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.962statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13172
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/LibraryStandin.java
23178
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/LibraryStandin.java
Clone Instance
1
Line Count
3
Source Line
172
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/LibraryStandin.java

                if ( !getSystemLibraryPath().toFile().exists()) {
                        return new Status(IStatus.ERROR, IJavaDebugUIConstants.PLUGIN_ID, IJavaDebugUIConstants.INTERNAL_ERROR, 
                                        MessageFormat.format(JREMessages.LibraryStandin_0, new String[] {
                                                                                                         getSystemLibraryPath().toOSString()
                                                                                                        } ),                                   null);
                }


Clone Instance
2
Line Count
3
Source Line
178
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/LibraryStandin.java

                        if ( !path.toFile().exists()) {
                                return new Status(IStatus.ERROR, IJavaDebugUIConstants.PLUGIN_ID, IJavaDebugUIConstants.INTERNAL_ERROR, 
                                                MessageFormat.format(JREMessages.LibraryStandin_1, new String[] {
                                                                                                                 path.toOSString()
                                                                                                                } ),                 null);
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

if ( ! [[#variablea3f7bc20]].toFile().exists()) {
  return new Status(IStatus.ERROR, IJavaDebugUIConstants.PLUGIN_ID, IJavaDebugUIConstants.INTERNAL_ERROR, MessageFormat.format(JREMessages. [[#variablea3f7bb20]], new String[] {
                                                                                                                                                                                   [[#variablea3f7bc20]].toOSString()
                                                                                                                                                                                } ), null);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a3f7bc20]]
getSystemLibraryPath() 
12[[#a3f7bc20]]
path 
21[[#a3f7bb20]]
LibraryStandin_0 
22[[#a3f7bb20]]
LibraryStandin_1