{ OutputStream os = jcmdProcess.getOutputStream(); os.write(bytes); os.flush();
{ InputStream in = getClass().getResourceAsStream("/installer/install.props"); props.load(in); in.close();
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/jeditshell/jcmd/JcmdProcess.java File path: /jEdit-4.2/src/installer/Install.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
{
1
{
2
			OutputStream os = jcmdProcess.getOutputStream();
2
			InputStream in = 
3
			os.write(bytes);
4
			os.flush
3
getClass().getResourceAsStream("/installer/install.props");
4
			props.load(in);
5
();
5
			in.close();
6
		
6
		
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