Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 3 | 0.958 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 173 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java |
2 | 1 | 185 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java |
3 | 1 | 276 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java |
| ||||
insertTag(tagsRewriter, newTag, getPreviousTypeParamNames(params, typeParam)); |
| ||||
insertTag(tagsRewriter, newTag, getPreviousExceptionNames(exceptions, missingNode)); |
| ||||
insertTag(tagsRewriter, newTag, getPreviousExceptionNames(thrownExceptions, exception)); |
| |||
insertTag(tagsRewriter, newTag, [[#variable53407da0]]( [[#variable533f66c0]], [[#variable533f67c0]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53407da0]] | getPreviousExceptionNames |
1 | 2 | [[#53407da0]] | getPreviousTypeParamNames |
1 | 3 | [[#53407da0]] | getPreviousExceptionNames |
2 | 1 | [[#533f66c0]] | thrownExceptions |
2 | 2 | [[#533f66c0]] | params |
2 | 3 | [[#533f66c0]] | exceptions |
3 | 1 | [[#533f67c0]] | exception |
3 | 2 | [[#533f67c0]] | typeParam |
3 | 3 | [[#533f67c0]] | missingNode |