Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 4 | 3 | 0.959 | conditional_or_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 6614 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
2 | 5 | 6695 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
3 | 5 | 6785 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
4 | 5 | 6847 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| ||||
new DoStatement( this.expressionStack[this.expressionPtr-- ], statement, this.intStack[this.intPtr-- ], this.endPosition) |
| ||||
new IfStatement( this.expressionStack[this.expressionPtr-- ], thenStatement, this.intStack[this.intPtr-- ], this.endStatementPosition) |
| ||||
new SynchronizedStatement( this.expressionStack[this.expressionPtr-- ], null, this.intStack[this.intPtr-- ], this.endStatementPosition) |
| ||||
new WhileStatement( this.expressionStack[this.expressionPtr-- ], statement, this.intStack[this.intPtr-- ], this.endStatementPosition) |
| |||
new [[#variable58074200]](this.expressionStack[this.expressionPtr-- ], [[#variable58074700]], this.intStack[this.intPtr-- ], this. [[#variable580746a0]]) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58074200]] | DoStatement |
1 | 2 | [[#58074200]] | IfStatement |
1 | 3 | [[#58074200]] | SynchronizedStatement |
1 | 4 | [[#58074200]] | WhileStatement |
2 | 1 | [[#58074700]] | statement |
2 | 2 | [[#58074700]] | thenStatement |
2 | 3 | [[#58074700]] | null |
2 | 4 | [[#58074700]] | statement |
3 | 1 | [[#580746a0]] | endPosition |
3 | 2 | [[#580746a0]] | endStatementPosition |
3 | 3 | [[#580746a0]] | endStatementPosition |
3 | 4 | [[#580746a0]] | endStatementPosition |