Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 4 | 1 | 0.993 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 471 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CopyResourceElementsOperation.java |
2 | 5 | 547 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CopyResourceElementsOperation.java |
3 | 5 | 95 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CreateElementInCUOperation.java |
4 | 5 | 81 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeleteElementsOperation.java |
| ||||
TextEdit edits = rewrite.rewriteAST(document, null); try { edits.apply(document); } catch (BadLocationException e) { throw new JavaModelException(e, IJavaModelStatusConstants.INVALID_CONTENTS); } |
| ||||
TextEdit edits = rewrite.rewriteAST(document, null); try { edits.apply(document); } catch (BadLocationException e) { throw new JavaModelException(e, IJavaModelStatusConstants.INVALID_CONTENTS); } |
| ||||
TextEdit edits = rewriter.rewriteAST(document, null); try { edits.apply(document); } catch (BadLocationException e) { throw new JavaModelException(e, IJavaModelStatusConstants.INVALID_CONTENTS); } |
| ||||
TextEdit edits = rewriter.rewriteAST(document, null); try { edits.apply(document); } catch (BadLocationException e) { throw new JavaModelException(e, IJavaModelStatusConstants.INVALID_CONTENTS); } |
| |||
TextEdit edits = [[#variable774c0460]].rewriteAST(document, null); try { edits.apply(document); } catch (BadLocationException e) { throw new JavaModelException(e, IJavaModelStatusConstants.INVALID_CONTENTS); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#774c0460]] | rewrite |
1 | 2 | [[#774c0460]] | rewriter |
1 | 3 | [[#774c0460]] | rewriter |
1 | 4 | [[#774c0460]] | rewrite |