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.961 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 57 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AssertStatement.java |
2 | 1 | 68 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AssertStatement.java |
| ||||
FlowInfo assertRawInfo = assertExpression. analyseCode(currentScope, flowContext, flowInfo.copy()); |
| ||||
// only gets evaluated when escaping - results are not taken into account FlowInfo exceptionInfo = exceptionArgument.analyseCode(currentScope, flowContext, assertInfo.copy()); |
| |||
// only gets evaluated when escaping - results are not taken into account FlowInfo [[#variableb8aeb340]]= [[#variableb8aeb2c0]].analyseCode(currentScope, flowContext, [[#variableb8aeb1e0]].copy()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b8aeb340]] | exceptionInfo |
1 | 2 | [[#b8aeb340]] | assertRawInfo |
2 | 1 | [[#b8aeb2c0]] | exceptionArgument |
2 | 2 | [[#b8aeb2c0]] | assertExpression |
3 | 1 | [[#b8aeb1e0]] | assertInfo |
3 | 2 | [[#b8aeb1e0]] | flowInfo |