index = null;
Log.log(Log.ERROR,this,e);
GUIUtilities.error(helpViewer,"helpviewer.search.error",
new String[] { e.toString() });
indentNextLineRE = null;
Log.log(Log.ERROR,this,"Invalid indentNextLine 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 | indentNextLineRE = 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 indentNextLine regexp");↵
|
5 | ); | | 4 | Log.log(Log.ERROR,this,re);
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | Clones are in different classes |
Number of node comparisons | 0 |