Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.970 | conditional_or_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 577 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java |
2 | 4 | 606 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitEditor.java |
| ||||
!fCloseBrackets || nextToken == Symbols.TokenLPAREN || nextToken == Symbols.TokenIDENT || next != null && next.length() > 1 |
| ||||
!fCloseStrings || nextToken == Symbols.TokenIDENT || prevToken == Symbols.TokenIDENT || next != null && next.length() > 1 |
| |||
! [[#variable57455600]]|| nextToken == Symbols. [[#variable574555a0]]|| [[#variable57455520]]== Symbols.TokenIDENT || next != null && next.length() > 1 |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57455600]] | fCloseBrackets |
1 | 2 | [[#57455600]] | fCloseStrings |
2 | 1 | [[#574555a0]] | TokenLPAREN |
2 | 2 | [[#574555a0]] | TokenIDENT |
3 | 1 | [[#57455520]] | nextToken |
3 | 2 | [[#57455520]] | prevToken |