CloneSet5907


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1849
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Message.java
2874
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Message.java
Clone Instance
1
Line Count
8
Source Line
49
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Message.java

                if (message == null) {
                        throw new IllegalArgumentException();
                }
                if (startPosition < -1) {
                        throw new IllegalArgumentException();
                }
                this.message = message;
                this.startPosition = startPosition;


Clone Instance
2
Line Count
8
Source Line
74
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Message.java

                if (message == null) {
                        throw new IllegalArgumentException();
                }
                if (startPosition < -1) {
                        throw new IllegalArgumentException();
                }
                this.message = message;
                this.startPosition = startPosition;


Clone AbstractionParameter Count: 0Parameter Bindings

if (message == null) {
  throw new IllegalArgumentException();
}
if (startPosition < -1) {
  throw new IllegalArgumentException();
}
this.message = message;
this.startPosition = startPosition;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None