static final char [] HEX_DIGITS =
{ '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' };
private static char[] gHexChs = {'0', '1', '2', '3', '4', '5', '6', '7',
'8', '9', 'A', 'B', 'C', 'D', 'E', 'F'};
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/impl/EFactoryImpl.java
|
|
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/DataValue.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | static final char [] HEX_DIGITS = ↵ | | 1 | private static char[] ↵
|
2 | { '0', '1', '2', '3', '4', '5', '6', '7',↵ | | 2 | gHexChs = {'0', '1', '2', '3', '4', '5', '6', '7',↵
|
3 | '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' }; | | 3 | '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'};
|
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 |