Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.980 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 897 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java |
2 | 6 | 177 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java |
| ||||
IEditorInput input = new FileEditorInput((IFile) cu.getResource()); IWorkbenchPage p = JavaPlugin.getActivePage(); if (p == null) return; IEditorPart part = p.findEditor(input); |
| ||||
IEditorInput input = new FileEditorInput((IFile) cu.getResource()); IWorkbenchPage p = JavaPlugin.getActivePage(); if (p == null) { return; } IEditorPart part = p.findEditor(input); |
| |||
IEditorInput input = new FileEditorInput((IFile) cu.getResource()); IWorkbenchPage p = JavaPlugin.getActivePage(); if (p == null) [[#variable5570f500]] IEditorPart part = p.findEditor(input); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5570f500]] | { return; } |
1 | 2 | [[#5570f500]] | return; |