CloneSet7602


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2230.969statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12342
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetEditor.java
22344
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetEditor.java
Clone Instance
1
Line Count
2
Source Line
342
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetEditor.java

                        addAction(menu, IContextMenuConstants.GROUP_SHOW, "ShowInPackageView"); //$NON-NLS-1$
                        addAction(menu, IContextMenuConstants.GROUP_ADDITIONS, "Run"); //$NON-NLS-1$


Clone Instance
2
Line Count
2
Source Line
344
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/JavaSnippetEditor.java

                        addAction(menu, IContextMenuConstants.GROUP_ADDITIONS, "Stop"); //$NON-NLS-1$
                        addAction(menu, IContextMenuConstants.GROUP_ADDITIONS, "SelectImports"); //$NON-NLS-1$


Clone AbstractionParameter Count: 3Parameter Bindings

addAction(menu, IContextMenuConstants. [[#variable5a0270c0]],  [[#variable5a0279c0]]); //$NON-NLS-1$
addAction(menu, IContextMenuConstants.GROUP_ADDITIONS,  [[#variable5a027bc0]]); //$NON-NLS-1$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5a0270c0]]
GROUP_SHOW 
12[[#5a0270c0]]
GROUP_ADDITIONS 
21[[#5a0279c0]]
"ShowInPackageView" 
22[[#5a0279c0]]
"Stop" 
31[[#5a027bc0]]
"Run" 
32[[#5a027bc0]]
"SelectImports"