l_call.registerTypeMapping(SessionData.class, l_qn,
new org.apache.axis.encoding.ser.BeanSerializerFactory(SessionData.class, l_qn),
new org.apache.axis.encoding.ser.BeanDeserializerFactory(SessionData.class, l_qn));
l_call.registerTypeMapping(ValidatorResult.class, l_qn,
new org.apache.axis.encoding.ser.BeanSerializerFactory(
ValidatorResult.class,
l_qn),
new org.apache.axis.encoding.ser.BeanDeserializerFactory(
ValidatorResult.class,
l_qn)
);
Clone fragments detected by clone detection tool
File path: /sql12/plugins/sqlval/src/net/sourceforge/squirrel_sql/plugins/sqlval/WebServiceSession.java
|
|
File path: /sql12/plugins/sqlval/src/net/sourceforge/squirrel_sql/plugins/sqlval/WebServiceValidator.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | l_call.registerTypeMapping(SessionData.class, l_qn,↵ | | 1 | l_call.registerTypeMapping(ValidatorResult.class, l_qn,↵
|
2 | new org.apache.axis.encoding.ser.BeanSerializerFactory(SessionData↵ | | 2 | new org.apache.axis.encoding.ser.BeanSerializerFactory(↵
|
3 | .class, ↵ | | 3 | ValidatorResult.class,↵
|
4 | l_qn),↵ | | 4 | l_qn),↵
|
5 | new org.apache.axis.encoding.ser.BeanDeserializerFactory(SessionData↵ | | 5 | new org.apache.axis.encoding.ser.BeanDeserializerFactory(↵
|
6 | .class, ↵ | | 6 | ValidatorResult.class,↵
|
7 | l_qn)↵ | | 7 | l_qn)↵
|
8 | ); | | 8 | );
|
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 |