boolean getMean() {
return getPropertyAsBoolean(REPORT_TABLE_MEAN);
}
public void setMean(String set) {
setProperty(REPORT_TABLE_MEAN,set);
}
public boolean getMedian() {
return getPropertyAsBoolean(REPORT_TABLE_MEDIAN);
boolean getMax() {
return getPropertyAsBoolean(REPORT_TABLE_MAX);
}
public void setMax(String set) {
setProperty(REPORT_TABLE_MAX,set);
}
public boolean getMin() {
return getPropertyAsBoolean(REPORT_TABLE_MIN);
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/testelement/AbstractTable.java
|
|
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/testelement/AbstractTable.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | boolean getMean() {↵ | | 1 | boolean getMax() {↵
|
2 | return getPropertyAsBoolean(REPORT_TABLE_MEAN);↵ | | 2 | return getPropertyAsBoolean(REPORT_TABLE_MAX);↵
|
3 | }↵ | | 3 | }↵
|
4 | ↵ | | 4 | ↵
|
5 | public void setMean(String set) {↵ | | 5 | public void setMax(String set) {↵
|
6 | setProperty(REPORT_TABLE_MEAN,set);↵ | | 6 | setProperty(REPORT_TABLE_MAX,set);↵
|
7 | }↵ | | 7 | }↵
|
8 | ↵ | | 8 | ↵
|
9 | public boolean getMedian() {↵ | | 9 | public boolean getMin() {↵
|
10 | return getPropertyAsBoolean(REPORT_TABLE_MEDIAN);↵ | | 10 | return getPropertyAsBoolean(REPORT_TABLE_MIN);↵
|
11 | | | 11 |
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |