File path: /jEdit-4.2/src/org/gjt/sp/jedit/gui/EnhancedDialog.java | File path: /jEdit-4.2/src/org/gjt/sp/jedit/gui/EnhancedDialog.java | |||
Method name:
|
Method name:
|
|||
Number of AST nodes: 0 | Number of AST nodes: 0 | |||
1 | if(comp instanceof Container)↵ | 1 | if(comp instanceof Container)↵ | |
2 | {↵ | 2 | {↵ | |
3 | Container cont = (Container)comp;↵ | 3 | Container cont = (Container)comp;↵ | |
4 | cont.addContainerListener(this);↵ | 4 | cont.removeContainerListener(this);↵ | |
5 | Component[] comps = cont.getComponents();↵ | 5 | Component[] comps = cont.getComponents();↵ | |
6 | for(int i = 0; i < comps.length; i++)↵ | 6 | for(int i = 0; i < comps.length; i++)↵ | |
7 | {↵ | 7 | {↵ | |
8 | componentAdded(comps[i]);↵ | 8 | componentRemoved(comps[i]);↵ | |
9 | | 9 |
| |
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 | |
Number of node comparisons | 0 |