public static final PatternMatcher [][] LANGUAGE__PATTERN__VALUES =
new PatternMatcher [][]
{
new PatternMatcher []
{
XMLTypeUtil.createPatternMatcher("[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*")
public static final PatternMatcher [][] NAME__PATTERN__VALUES =
new PatternMatcher [][]
{
new PatternMatcher []
{
XMLTypeUtil.createPatternMatcher("\\i\\c*")
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/util/XMLTypeValidator.java
|
|
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/util/XMLTypeValidator.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public static final PatternMatcher [][] LANGUAGE__PATTERN__VALUES =↵ | | 1 | public static final PatternMatcher [][] NAME__PATTERN__VALUES =↵
|
2 | new PatternMatcher [][]↵ | | 2 | new PatternMatcher [][]↵
|
3 | {↵ | | 3 | {↵
|
4 | new PatternMatcher []↵ | | 4 | new PatternMatcher []↵
|
5 | {↵ | | 5 | {↵
|
6 | XMLTypeUtil.createPatternMatcher("[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*") | | 6 | XMLTypeUtil.createPatternMatcher("\\i\\c*")
|
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 |