Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.988 | conditional_or_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 2089 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 4 | 2094 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
new String[] { new String(methodDecl.selector), typesAsString(methodDecl.binding.isVarargs(), methodDecl.binding.parameters, false), new String(methodDecl.binding.declaringClass.readableName()) , } |
| ||||
new String[] { new String(methodDecl.selector), typesAsString(methodDecl.binding.isVarargs(), methodDecl.binding.parameters, true), new String(methodDecl.binding.declaringClass.shortReadableName()) , } |
| |||
new String[] { new String(methodDecl.selector), typesAsString(methodDecl.binding.isVarargs(), methodDecl.binding.parameters, [[#variableba6380a0]]), new String(methodDecl.binding.declaringClass. [[#variableba638040]]()) , } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba6380a0]] | true |
1 | 2 | [[#ba6380a0]] | false |
2 | 1 | [[#ba638040]] | shortReadableName |
2 | 2 | [[#ba638040]] | readableName |