if(background) { background = false; Log.log(Log.WARNING,jEdit.class,"You cannot specify both the" + " -background and -noserver switches"); }
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/Java14.java File path: /jEdit-4.2/src/org/gjt/sp/jedit/jEdit.java
Method name: void exportDone(JComponent, Transferable, int) Method name: void main(String[])
Number of AST nodes: 0 Number of AST nodes: 3
1
if(background)
2
			{
3
				background = false;
4
				Log.log(Log.WARNING,jEdit.class,"You cannot specify both the"
5
					+ " -background and -noserver switches");
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 locationClones are in different classes
Number of node comparisons0