Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.986 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 156 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitQuickFixProcessor.java |
2 | 2 | 599 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java |
| ||||
while (node != null && !(node instanceof BodyDeclaration)) { node = node.getParent(); } |
| ||||
while (node != null && !(node instanceof TagElement)) { node = node.getParent(); } |
| |||
while (node != null && !(node instanceof [[#variablebdde6960]])) { node = node.getParent(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bdde6960]] | TagElement |
1 | 2 | [[#bdde6960]] | BodyDeclaration |