Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 3 | 0.951 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 268 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportReferencesCollector.java |
2 | 4 | 146 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java |
3 | 4 | 490 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java |
| ||||
if (node.getAnonymousClassDeclaration() != null) { node.getAnonymousClassDeclaration().accept(this ); } doVisitChildren(node.arguments()); |
| ||||
if (node.getJavadoc() != null) { node.getJavadoc().accept(this ); } printModifiers(node.modifiers()); |
| ||||
if (node.getJavadoc() != null) { node.getJavadoc().accept(this ); } printModifiers(node.modifiers()); |
| |||
if (node. [[#variable9227c480]]() != null) { node. [[#variable9227c480]]().accept(this ); } [[#variable9227c460]](node. [[#variable9227cba0]]()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9227c480]] | getJavadoc |
1 | 2 | [[#9227c480]] | getAnonymousClassDeclaration |
1 | 3 | [[#9227c480]] | getJavadoc |
2 | 1 | [[#9227c460]] | printModifiers |
2 | 2 | [[#9227c460]] | doVisitChildren |
2 | 3 | [[#9227c460]] | printModifiers |
3 | 1 | [[#9227cba0]] | modifiers |
3 | 2 | [[#9227cba0]] | arguments |
3 | 3 | [[#9227cba0]] | modifiers |