indentNextLinesRE = null;
Log.log(Log.ERROR,this,"Invalid indentNextLines regexp");
Log.log(Log.ERROR,this,re);
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/Buffer.java
|
|
File path: /jEdit-4.2/src/org/gjt/sp/jedit/Buffer.java
|
Method name: int getIdealIndentForLine(int)
|
|
Method name: int getIdealIndentForLine(int)
|
Number of AST nodes: 3
|
|
Number of AST nodes: 3
|
|
1 | indentNextLinesRE = null;↵ | | 1 | indentNextLineRE = null;↵
|
2 | Log.log(Log.ERROR,this,"Invalid indentNextLines regexp");↵ | | 2 | Log.log(Log.ERROR,this,"Invalid indentNextLine regexp");↵
|
3 | Log.log(Log.ERROR,this,re); | | 3 | 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 the same method |
Number of node comparisons | 0 |