CloneSet1414


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
151066
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/URI.java
252530
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/URI.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
1066
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/URI.java

if ( !validSegments(segments)) {
  String s = segments == null ? "invalid segments: null": "invalid segment: " + firstInvalidSegment(segments);
  throw new IllegalArgumentException(s);
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
2530
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/URI.java

if ( !validSegments(segments)) {
  String s = segments == null ? "invalid segments: null": "invalid segment: " + firstInvalidSegment(segments);
  throw new IllegalArgumentException(s);
}


Clone AbstractionParameter Count: 0Parameter Bindings

if ( !validSegments(segments)) {
  String s = segments == null ? "invalid segments: null": "invalid segment: " + firstInvalidSegment(segments);
  throw new IllegalArgumentException(s);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None