public static final RESyntax RE_SYNTAX_JEDIT
= new RESyntax(RESyntax.RE_SYNTAX_PERL5)
.set(RESyntax.RE_CHAR_CLASSES)
.setLineSeparator("\n");
public static final RESyntax RE_SYNTAX_JEDIT
= new RESyntax(RESyntax.RE_SYNTAX_PERL5)
.set(RESyntax.RE_CHAR_CLASSES)
.setLineSeparator("\n");
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/search/RESearchMatcher.java
|
|
File path: /jEdit-4.2/src/org/gjt/sp/jedit/syntax/ParserRule.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public static final RESyntax RE_SYNTAX_JEDIT↵ | | 1 | public static final RESyntax RE_SYNTAX_JEDIT↵
|
2 | = new RESyntax(RESyntax.RE_SYNTAX_PERL5)↵ | | 2 | = new RESyntax(RESyntax.RE_SYNTAX_PERL5)↵
|
3 | .set(RESyntax.RE_CHAR_CLASSES)↵ | | 3 | .set(RESyntax.RE_CHAR_CLASSES)↵
|
4 | .setLineSeparator("\n"); | | 4 | .setLineSeparator("\n");
|
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 | |
Number of node comparisons | 0 |