Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.974 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 224 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java |
2 | 5 | 230 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/SourceAnalyzer.java |
| ||||
public boolean visit(SuperMethodInvocation node) { if (fTypeCounter == 0) { fHasSuperMethodInvocation = true; } return true; } |
| ||||
public boolean visist(SuperConstructorInvocation node) { if (fTypeCounter == 0) { fHasSuperMethodInvocation = true; } return true; } |
| |||
public boolean [[#variableb44e5fc0]]( [[#variableb44e5ee0]] node) { if (fTypeCounter == 0) { fHasSuperMethodInvocation = true; } return true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b44e5fc0]] | visit |
1 | 2 | [[#b44e5fc0]] | visist |
2 | 1 | [[#b44e5ee0]] | SuperMethodInvocation |
2 | 2 | [[#b44e5ee0]] | SuperConstructorInvocation |