Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.991 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 100 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/DisplayAction.java |
2 | 7 | 46 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ExecuteAction.java |
| ||||
protected void run() { IWorkbenchPart part = getTargetPart(); if (part instanceof JavaSnippetEditor) { ((JavaSnippetEditor) part).evalSelection(JavaSnippetEditor.RESULT_DISPLAY); return; } super.run(); } |
| ||||
/** * @see org.eclipse.jdt.internal.debug.ui.actions.EvaluateAction#run() */ protected void run() { IWorkbenchPart part = getTargetPart(); if (part instanceof JavaSnippetEditor) { ((JavaSnippetEditor) part).evalSelection(JavaSnippetEditor.RESULT_RUN); return; } super.run(); } |
| |||
/** * @see org.eclipse.jdt.internal.debug.ui.actions.EvaluateAction#run() */ protected void run() { IWorkbenchPart part = getTargetPart(); if (part instanceof JavaSnippetEditor) { ((JavaSnippetEditor) part).evalSelection(JavaSnippetEditor. [[#variable6155d060]]); return; } super.run(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6155d060]] | RESULT_RUN |
1 | 2 | [[#6155d060]] | RESULT_DISPLAY |