public SafeSimpleDateFormat(String pattern)
{
super(pattern, Locale.ENGLISH);
}
@Override
public synchronized Date parse(String source) throws ParseException
{
return super.parse(source);
public SafeSimpleDateFormat(String pattern)
{
super(pattern, Locale.ENGLISH);
}
@Override
public synchronized Date parse(String source) throws ParseException
{
return super.parse(source);
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/XMLTypeFactoryImpl.java
|
|
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/XMLCalendar.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public SafeSimpleDateFormat(String pattern)↵ | | 1 | public SafeSimpleDateFormat(String pattern)↵
|
2 | {↵ | | 2 | {↵
|
3 | super(pattern, Locale.ENGLISH);↵ | | 3 | super(pattern, Locale.ENGLISH);↵
|
4 | }↵ | | 4 | }↵
|
|
5 | @Override↵ | | 5 | @Override↵
|
6 | public synchronized Date parse(String source) throws ParseException↵ | | 6 | public synchronized Date parse(String source) throws ParseException↵
|
7 | {↵ | | 7 | {↵
|
8 | return super.parse(source); | | 8 | return super.parse(source);
|
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 |