File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbc.java | File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbc.java | |||
Method name: void iasCharacters(String)
|
Method name: void stdCharacters(String)
|
|||
Number of AST nodes: 6 | Number of AST nodes: 3 | |||
1 | if (currentLoc.equals(base + "\\iiop")) {↵ | |||
2 | currentEjb.setIiop(value);↵ | 1 | currentEjb.setImplementation(value);↵ | |
3 | } else if (currentLoc.equals(base + "\\failover-required")) {↵ | 2 | } else if (currentLoc.equals(base + "\\prim-key-class")) {↵ | |
4 | currentEjb.setHasession(value);↵ | 3 | currentEjb.setPrimaryKey(value);↵ | |
5 | } else if (currentLoc.equals(base + "\\persistence-manager"↵ | 4 | } else if (currentLoc.equals(base + "\\↵ | |
6 | + "\\properties-file-location")) {↵ | |||
7 | currentEjb.addCmpDescriptor(value);↵ | |||
8 | } | 5 | session-type")) {↵ | |
6 |
| |||
See real code fragment | See real code fragment |
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 | Clones are declared in the same class |
Number of node comparisons | 0 |