Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.972 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 157 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/CompilationResult.java |
2 | 2 | 574 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/parser/SourceTypeConverter.java |
3 | 2 | 171 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/FieldLocator.java |
| ||||
int startSuppress = (int) (position >>> 32); int endSuppress = (int) position; |
| ||||
int start = (int) (position >>> 32); int end = (int) position; |
| ||||
int start = (int) (position >>> 32); int end = (int) position; |
| |||
int [[#variable54335980]]= (int) (position >>> 32); int [[#variable54335a20]]= (int) position; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54335980]] | start |
1 | 2 | [[#54335980]] | startSuppress |
1 | 3 | [[#54335980]] | start |
2 | 1 | [[#54335a20]] | end |
2 | 2 | [[#54335a20]] | endSuppress |
2 | 3 | [[#54335a20]] | end |