CloneSet1511


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17922
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/SegmentedTimeline.java
27993
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/SegmentedTimeline.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
922
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/SegmentedTimeline.java

// find all consecutive included segments
long fromDomainValue = segment.getSegmentStart();
long toDomainValue;
do {
  toDomainValue = segment.getSegmentEnd();
  segment.inc();
}
while (segment.inIncludeSegments());


First
Previous
Clone Instance
2
Line Count
7
Source Line
993
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/SegmentedTimeline.java

// find all consecutive included segments
long fromDomainValue = segment.getSegmentStart();
long toDomainValue;
do {
  toDomainValue = segment.getSegmentEnd();
  segment.inc();
}
while (segment.inIncludeSegments());


Clone AbstractionParameter Count: 0Parameter Bindings

// find all consecutive included segments
long fromDomainValue = segment.getSegmentStart();
long toDomainValue;
do {
  toDomainValue = segment.getSegmentEnd();
  segment.inc();
}
while (segment.inIncludeSegments());
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None