{ String line = st.nextToken(); text.addElement(line); maxWidth = Math.max(maxWidth, fm.stringWidth(line) + 10);
{ new PluginManagerProgress(window,roster); roster.performOperationsInAWTThread(window); pluginModel.update();
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/gui/AboutDialog.java File path: /jEdit-4.2/src/org/gjt/sp/jedit/pluginmgr/InstallPanel.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
{
1
{
2
				String line = st.nextToken();
2
				new PluginManagerProgress(window,roster);
3
	
3
	
4
			text.addElement(line);
4
			
5
				maxWidth = Math.max(maxWidth,
6
					fm.stringWidth(line) + 10
5
	roster.performOperationsInAWTThread(window);
7
);
6
				pluginModel.update();
8
			
7
			
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