{ Vector vm = (Vector)m; ma = new BshMethod[ vm.size() ]; vm.copyInto( ma ); } els
try { FileOutputStream out= new FileOutputStream( dir+"/"+className+".class" ); out.write(code); out.close(); } catch ( IOException e ) {
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/bsh/NameSpace.java File path: /jEdit-4.2/src/bsh/ClassGeneratorImpl.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
{
1
try {
2
					Vector vm = (Vector)m;
2
			
3
					ma = new BshMethod[ vm.size() ]
3
FileOutputStream out= 
4
				new FileOutputStream( dir+"/"+className+".class" );
4
;
5
			out.write(code);
5
					vm.copyInto( ma );
6
			
6
				} els
7
out.close();
8
		} catch ( IOException e ) { 
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 location
Number of node comparisons0