CloneSet5925


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3320.975statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13167
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
231294
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
331324
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java
Clone Instance
1
Line Count
3
Source Line
167
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java

                                        copyLimit = otherLength;
                                        if (coverageTestFlag && coverageTestId == 3) {
                                                throw new AssertionFailedException("COVERAGE 3"); //$NON-NLS-1$
                                        }


Clone Instance
2
Line Count
3
Source Line
1294
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java

                                        copyLimit = otherLength;
                                        if (coverageTestFlag && coverageTestId == 33) {
                                                throw new AssertionFailedException("COVERAGE 33"); //$NON-NLS-1$
                                        }


Clone Instance
3
Line Count
3
Source Line
1324
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java

                        copyLimit = otherLength;
                        if (coverageTestFlag && coverageTestId == 36) {
                                throw new AssertionFailedException("COVERAGE 36"); //$NON-NLS-1$
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

copyLimit = otherLength;
if (coverageTestFlag && coverageTestId == [[#variable653d65c0]]) {
  throw new AssertionFailedException( [[#variable653d6ce0]]); //$NON-NLS-1$
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#653d65c0]]
3 
12[[#653d65c0]]
33 
13[[#653d65c0]]
36 
21[[#653d6ce0]]
"COVERAGE 3" 
22[[#653d6ce0]]
"COVERAGE 33" 
23[[#653d6ce0]]
"COVERAGE 36"