model = new SamplingStatCalculator("Graph");
graph = new Graph(model);
init();
args = new Arguments();
files = new HTTPFileArgs();
this.boundary = boundary;
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/visualizers/GraphVisualizer.java
|
|
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/http/config/MultipartUrlConfig.java
|
Method name: void GraphVisualizer()
|
|
Method name: void MultipartUrlConfig(String)
|
Number of AST nodes: 3
|
|
Number of AST nodes: 3
|
|
1 | model = new SamplingStatCalculator("Graph");↵ | | 1 | args = new ↵
|
2 | graph = new Graph(model);↵ | | |
|
3 | init()↵ | | 2 | Arguments();↵
|
| | | 3 | files = new HTTPFileArgs();↵
|
4 | ; | | 4 | this.boundary = boundary;
|
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 | Clones are in different classes |
Number of node comparisons | 9 |