CloneSet2462


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.967statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13426
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Month.java
23533
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Week.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
426
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Month.java

// trim whitespace from either end of the string
s = s.trim();
int i = Month.findSeparator(s);


First
Previous
Clone Instance
2
Line Count
3
Source Line
533
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Week.java

// trim whitespace from either end of the string
s = s.trim();
int i = Week.findSeparator(s);


Clone AbstractionParameter Count: 1Parameter Bindings

// trim whitespace from either end of the string
s = s.trim();
int i = [[#variable1a1a72a0]].findSeparator(s);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a1a72a0]]
Month 
12[[#1a1a72a0]]
Week