| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 3 | 1 | 0.967 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 39 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodBinding.java |
| 2 | 1 | 20 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ProblemMethodBinding.java |
| 3 | 1 | 25 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ProblemMethodBinding.java |
| ||||
this.parameters = (parameters == null || parameters.length == 0) ? Binding.NO_PARAMETERS: parameters; |
| ||||
this.parameters = (args == null || args.length == 0) ? Binding.NO_PARAMETERS: args; |
| ||||
this.parameters = (args == null || args.length == 0) ? Binding.NO_PARAMETERS: args; |
| |||
this.parameters = ( [[#variableb34acec0]]== null || [[#variableb34acec0]].length == 0) ? Binding.NO_PARAMETERS: [[#variableb34acec0]]; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b34acec0]] | args |
| 1 | 2 | [[#b34acec0]] | parameters |
| 1 | 3 | [[#b34acec0]] | args |