Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 150 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Tstamp.java |
2 | 2 | 159 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/selectors/DateSelector.java |
3 | 2 | 50 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/regexp/JakartaOroMatcher.java |
4 | 2 | 38 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/regexp/JakartaRegexpMatcher.java |
5 | 2 | 44 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcher.java |
| |||||
/** * The date/time pattern to be used. The values are as * defined by the Java SimpleDateFormat class. * @param pattern the pattern to use. * @see java.text.SimpleDateFormat */ public void setPattern(String pattern) { this.pattern = pattern; } |
| |||||
/** * Sets the pattern to be used for the SimpleDateFormat. * * @param pattern the pattern that defines the date format. */ public void setPattern(String pattern) { this.pattern = pattern; } |
| |||||
/** * Set the regexp pattern from the String description. * @param pattern the pattern to match */ public void setPattern(String pattern) { this.pattern = pattern; } |
| |||||
/** * Set the regexp pattern from the String description. * @param pattern the pattern to match */ public void setPattern(String pattern) { this.pattern = pattern; } |
| |||||
/** * Set the regexp pattern from the String description. * @param pattern the pattern to match */ public void setPattern(String pattern) { this.pattern = pattern; } |
| |||
/** * Set the regexp pattern from the String description. * @param pattern the pattern to match */ /** * Sets the pattern to be used for the SimpleDateFormat. * * @param pattern the pattern that defines the date format. */ /** * The date/time pattern to be used. The values are as * defined by the Java SimpleDateFormat class. * @param pattern the pattern to use. * @see java.text.SimpleDateFormat */ public void setPattern(String pattern) { this.pattern = pattern; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |