Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.958 | variable_declarator_list |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 90 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java |
2 | 2 | 49 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableBinding.java |
| ||||
result = length == 0 ? Binding.NO_ANNOTATIONS: new AnnotationBinding[length] |
| ||||
domInstances = length == 0 ? AnnotationBinding.NoAnnotations: new AnnotationBinding[length] |
| |||
[[#variable9a442280]]= length == 0 ? [[#variable9a442200]]. [[#variable9a4420e0]]: new AnnotationBinding[length] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9a442280]] | result |
1 | 2 | [[#9a442280]] | domInstances |
2 | 1 | [[#9a442200]] | Binding |
2 | 2 | [[#9a442200]] | AnnotationBinding |
3 | 1 | [[#9a4420e0]] | NO_ANNOTATIONS |
3 | 2 | [[#9a4420e0]] | NoAnnotations |