index = null; Log.log(Log.ERROR,this,e); GUIUtilities.error(helpViewer,"helpviewer.search.error", new String[] { e.toString() });
indentNextLinesRE = null; Log.log(Log.ERROR,this,"Invalid indentNextLines regexp"); Log.log(Log.ERROR,this,re);
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/help/HelpSearchPanel.java File path: /jEdit-4.2/src/org/gjt/sp/jedit/Buffer.java
Method name: HelpIndex getHelpIndex() Method name: int getIdealIndentForLine(int)
Number of AST nodes: 3 Number of AST nodes: 3
1
index = null;
1
indentNextLinesRE = null;
2
				Log.log(Log.ERROR,this,e);
2
			Log.log(Log.ERROR,this,
3
				GUIUtilities.error(helpViewer,"helpviewer.search.error",
4
					new String[] { e.toString() }
3
"Invalid indentNextLines regexp");
5
);
4
			Log.log(Log.ERROR,this,re);
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