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/impl/EFactoryImpl.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
    
6
    @Override
5
    @Override
7
    public synchronized Date parse(String source) throws ParseException
6
    public synchronized Date parse(String source) throws ParseException
8
    {
7
    {
9
      return super.parse(source);
8
      return super.parse(source);
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0