CloneSet2651


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5430.959conditional_or_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
156614
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
256695
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
356785
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
456847
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
5
Source Line
6614
Source File
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)


Clone Instance
2
Line Count
5
Source Line
6695
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                new IfStatement(
                        this.expressionStack[this.expressionPtr-- ], 
                        thenStatement, 
                        this.intStack[this.intPtr-- ], 
                        this.endStatementPosition)


Clone Instance
3
Line Count
5
Source Line
6785
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                        new SynchronizedStatement(
                                this.expressionStack[this.expressionPtr-- ], 
                                null, 
                                this.intStack[this.intPtr-- ], 
                                this.endStatementPosition)


Clone Instance
4
Line Count
5
Source Line
6847
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                new WhileStatement(
                        this.expressionStack[this.expressionPtr-- ], 
                        statement, 
                        this.intStack[this.intPtr-- ], 
                        this.endStatementPosition)


Clone AbstractionParameter Count: 3Parameter Bindings

new [[#variable58074200]](this.expressionStack[this.expressionPtr-- ],  [[#variable58074700]], this.intStack[this.intPtr-- ], this. [[#variable580746a0]])
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58074200]]
DoStatement 
12[[#58074200]]
IfStatement 
13[[#58074200]]
SynchronizedStatement 
14[[#58074200]]
WhileStatement 
21[[#58074700]]
statement 
22[[#58074700]]
thenStatement 
23[[#58074700]]
null 
24[[#58074700]]
statement 
31[[#580746a0]]
endPosition 
32[[#580746a0]]
endStatementPosition 
33[[#580746a0]]
endStatementPosition 
34[[#580746a0]]
endStatementPosition