File infile = new File(local); res.setBytes((int)infile.length()); input = new FileInputStream(infile);
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/ftp/sampler/FTPSampler.java File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/assertions/BSFAssertion.java
Method name: SampleResult sample(Entry) Method name: AssertionResult getResult(SampleResult)
Number of AST nodes: 3 Number of AST nodes: 0
1
File infile = new File(local);
2
	                        res.setBytes((int)infile.length());
3
	                        input = new FileInputStream(infile);
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones locationClones are in different classes having the same super class
Number of node comparisons0