Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.959 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 93 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/TogglePresentationAction.java |
2 | 3 | 551 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.java |
| ||||
if (input instanceof IClassFileEditorInput) { IClassFileEditorInput cfi = (IClassFileEditorInput) input; cf = cfi.getClassFile(); } |
| ||||
if (input instanceof IClassFileEditorInput) { IClassFileEditorInput cfei = (IClassFileEditorInput) input; element = cfei.getClassFile(); } |
| |||
if (input instanceof IClassFileEditorInput) { IClassFileEditorInput [[#variablebe47e720]]= (IClassFileEditorInput) input; [[#variablebe47e6c0]]= [[#variablebe47e720]].getClassFile(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#be47e720]] | cfi |
1 | 2 | [[#be47e720]] | cfei |
2 | 1 | [[#be47e6c0]] | cf |
2 | 2 | [[#be47e6c0]] | element |